12 lines
110 B
Plaintext
12 lines
110 B
Plaintext
|
# m32r testcase for nop
|
||
|
# mach(): m32r m32rx
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global nop
|
||
|
nop:
|
||
|
nop
|
||
|
pass
|