# arm testcase for cmp $hd,$rs
# mach: unfinished

	.include "testutils.inc"

	start

	.global cmp_hd_rs
cmp_hd_rs:
	cmp r8,r0

	pass
