mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
15 lines
127 B
ArmAsm
15 lines
127 B
ArmAsm
|
# check the CALL insn.
|
||
|
# mach: example
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
CALL 3
|
||
|
HALT
|
||
|
|
||
|
POP r0
|
||
|
EQ r1, r0, 2
|
||
|
JF r1, 2
|
||
|
|
||
|
pass
|