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