summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/subi8.cgs
blob: 0c4d717ef08f2074c399fe5cfdcb507b9c238a3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arm testcase for sub ${bit10-rd},#$offset8
# mach: unfinished

	.include "testutils.inc"

	start

	.global subi8
subi8:
	sub r0,#0

	pass