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