data/method/gdb/gdb-13.2/sim/testsuite/cr16/jump.cgs

19 lines
198 B
Plaintext

# cr16 testcase for jmp (regp)
# mach(): cr16
.include "testutils.inc"
start
.global jmp
jmp:
movd $ok1, (r4,r3)
jump (r4,r3)
fail
ok1:
movd $ok2, (r4,r3)
jump (r4,r3)
fail
ok2:
pass