summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/ldrh.cgs
blob: 3ff8f4e4ce82d12d7f9711860db66a287773dfb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arm testcase for ldrh $rd,[$rb,$ro]
# mach: unfinished

	.include "testutils.inc"

	start

	.global ldrh
ldrh:
	ldrh r0,[r0,r0]

	pass