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