Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/sim/testsuite/cr16/pop3.cgs

25 lines
246 B
Text
Raw Normal View History

2023-03-06 14:48:14 +01:00
# cr16 testcase for pop RA insns.
# mach: cr16
.include "testutils.inc"
start
.global pop3
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