xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/example-synacor/ret.s (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1# check the RET insn.
2# mach: example
3
4.include "testutils.inc"
5
6	start
7	JMP 13
8	pass
9
10	SET r5, 2
11	PUSH r5
12	RET
13	HALT
14