summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/add-sp.cgs
blob: 54efa2abe334cb104c01d9ca3e23e05f563a6ba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arm testcase for add sp,#$sword7
# mach: unfinished

	.include "testutils.inc"

	start

	.global add_sp
add_sp:
	add sp,#0

	pass