Upload Tizen:Base source
[external/gdb.git] / sim / testsuite / sim / cr16 / jump.cgs
1 # cr16 testcase for jmp (regp)
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