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