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