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