13 lines
134 B
Text
13 lines
134 B
Text
|
# arm testcase for add $hd,$hs
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global add_hd_hs
|
||
|
add_hd_hs:
|
||
|
add r8,r8
|
||
|
|
||
|
pass
|