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