xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cr16/uread16.ms (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1# mach: cr16
2
3	.include "testutils.inc"
4
5	start
6
7	.global read16
8read16:
9	loadw foo,r1
10	cmpw $42, r1
11	beq ok
12	fail
13ok:
14	pass
15
16foo:
17	.word 42
18