Update release-README after completing the 2.43 release.
[binutils-gdb.git] / sim / testsuite / cr16 / push3.cgs
blobf9f5c2653c0d0ffb720128a67e42412adacb7276
1 # cr16 testcase for push RA insns.
2 # mach:  cr16
4         .include "testutils.inc"
6         start
8         .global push1
9 push1:
10         movd $0x1006, (sp)
11         movd $0xabcd, (ra)
12         push RA
15         loadd 0x1002, (r3,r2)
16         cmpd (r3,r2), (ra)
17         beq ok
18         br not_ok
19 not_ok:
20         fail
21 ok:
22         pass
24