Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/sim/testsuite/cr16/lpr-spr.cgs
2023-03-06 14:48:14 +01:00

18 lines
178 B
Text

# cr16 testcase for lpr reg, preg
# mach(): cr16
.include "testutils.inc"
start
.global lpr
lpr:
movw $0x1234,r3
lpr r3, psr
spr psr,r5
test_h_gr r5, 0x1234
pass