13 lines
134 B
Plaintext
13 lines
134 B
Plaintext
|
# arm testcase for add $hd,$rs
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global add_hd_rs
|
||
|
add_hd_rs:
|
||
|
add r8,r0
|
||
|
|
||
|
pass
|