New files: Testcases for cr16 instruction set.
[binutils-gdb.git] / sim / testsuite / sim / cr16 / popret3.cgs
1 # cr16 testcase for popret RA insns.
2 # mach: cr16
3
4 .include "testutils.inc"
5
6 start
7 popret3:
8 movd $0x1006, (sp)
9 movd $ok, (ra)
10 lshd $-1, (ra)
11 stord (ra), 0x1006
12 popret RA
13
14 ok:
15 pass