data/method/gdb/gdb-13.2/sim/testsuite/cr16/uread16.ms

18 lines
141 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
# mach: cr16
.include "testutils.inc"
start
.global read16
read16:
loadw foo,r1
cmpw $42, r1
beq ok
fail
ok:
pass
foo:
.word 42