12 lines
130 B
Text
12 lines
130 B
Text
# arm testcase for bic $rd,$rs
|
|
# mach: unfinished
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global alu_bic
|
|
alu_bic:
|
|
bic r0,r0
|
|
|
|
pass
|