blob: b2b4774880fd57db89e00dee121866ba1c88bd48 [file] [log] [blame]
# cr16 testcase for jmp $sr
# 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