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