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

17 lines
168 B
Text

# mach: cr16
.include "testutils.inc"
start
.global read32
read32:
loadd foo, (r1,r0)
cmpd $0x12345678, (r1,r0)
beq ok
fail
ok:
pass
foo:
.long 0x12345678