mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
14 lines
118 B
ArmAsm
14 lines
118 B
ArmAsm
|
# check the RET insn.
|
||
|
# mach: example
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
JMP 13
|
||
|
pass
|
||
|
|
||
|
SET r5, 2
|
||
|
PUSH r5
|
||
|
RET
|
||
|
HALT
|