blob: c2181e5c2ae65e3da81eb40cb7e4c0299da1a1f8 [file] [log] [blame]
# 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