12 lines
104 B
Text
12 lines
104 B
Text
|
# cr16 testcase for nop
|
||
|
# mach(): cr16
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global nop
|
||
|
nop:
|
||
|
nop
|
||
|
pass
|