13 lines
101 B
Plaintext
13 lines
101 B
Plaintext
|
# frv testcase for nop
|
||
|
# mach: all
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global nop
|
||
|
nop:
|
||
|
nop
|
||
|
|
||
|
pass
|