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