summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/subi.cgs
blob: 044efd0d04891baddf22357ff077f7250ecfa9b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arm testcase for sub $rd,$rs,#$offset3
# mach: unfinished

	.include "testutils.inc"

	start

	.global subi
subi:
	sub r0,r0,#0

	pass