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