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

17 lines
141 B
Text

# mach: cr16
.include "testutils.inc"
start
.global read16
read16:
loadw foo,r1
cmpw $42, r1
beq ok
fail
ok:
pass
foo:
.word 42