b2b4774880fd57db89e00dee121866ba1c88bd48
[deliverable/binutils-gdb.git] / sim / testsuite / sim / cr16 / jump.cgs
1 # cr16 testcase for jmp $sr
2 # mach(): cr16
3
4 .include "testutils.inc"
5
6 start
7
8 .global jmp
9 jmp:
10 movd $ok1, (r4,r3)
11 jump (r4,r3)
12 fail
13 ok1:
14 movd $ok2, (r4,r3)
15 jump (r4,r3)
16 fail
17 ok2:
18 pass
This page took 0.036959 seconds and 4 git commands to generate.