summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/sub-sp.cgs
blob: e676f58fb3009cc9433f746cc0a66ea02c4dcf84 (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 sub_sp
sub_sp:
	add sp,#-0

	pass