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