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