13 lines
129 B
Plaintext
13 lines
129 B
Plaintext
|
# arm testcase for add $rd,$rs,$rn
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global add
|
||
|
add:
|
||
|
add r0,r0,r0
|
||
|
|
||
|
pass
|