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

	.include "testutils.inc"

	start

	.global alu_sbc
alu_sbc:
	sbc r0,r0

	pass