12 lines
134 B
Text
12 lines
134 B
Text
# arm testcase for cmp $hd,$hs
|
|
# mach: unfinished
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global cmp_hd_hs
|
|
cmp_hd_hs:
|
|
cmp r8,r8
|
|
|
|
pass
|