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

	.include "testutils.inc"

	start

	.global lda_sp
lda_sp:
	add r0,sp,0

	pass