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

	.include "testutils.inc"

	start

	.global lda_pc
lda_pc:
	add r0,pc,0

	pass