# arm testcase for sbc $rd,$rs
# mach: unfinished
.include "testutils.inc"
start
.global alu_sbc
alu_sbc:
sbc r0,r0
pass