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