mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
12 lines
104 B
Plaintext
12 lines
104 B
Plaintext
|
# cr16 testcase for nop
|
||
|
# mach(): cr16
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global nop
|
||
|
nop:
|
||
|
nop
|
||
|
pass
|