blob: 35d893dae9561e029dad0a025f24cacee78ba669 [file] [log] [blame]
# cr16 testcase for pop RA insns.
# mach: cr16
.include "testutils.inc"
start
pop3:
movd $0x1006, (sp)
movd $0xabcd, (r3,r2)
stord (r3,r2), 0x1006
pop RA
cmpd $0xabcd, (ra)
beq ok
br not_ok
not_ok:
fail
ok:
pass