summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/ldr-pc.cgs
blob: 8227562bbbe85e9494a7c3111568bdc7e777e39f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arm testcase for ldr ${bit10-rd},[pc,#$word8]
# mach: unfinished

	.include "testutils.inc"

	start

	.global ldr_pc
ldr_pc:
	ldr r0,[pc,#0]

	pass