summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/push.cgs
blob: ff94ca5ab4ba2728924190a30591d2de661478d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arm testcase for push {$rlist}
# mach: unfinished

	.include "testutils.inc"

	start

	.global push
push:
	push {0}

	pass