blob: df20c151d83a7c63487d7a7e193604fd4fdf241b [file] [log] [blame]
# 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