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