summaryrefslogtreecommitdiff
path: root/sim/testsuite/cr16/uread16.ms
blob: 54253b462e9584511f188303799ee19fbf4ba851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# mach: cr16

	.include "testutils.inc"

	start

	.global read16
read16:
	loadw foo,r1
	cmpw $42, r1
	beq ok
	fail
ok:
	pass

foo:
	.word 42