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