# arm testcase for add $rd,$rs,$rn
# mach: unfinished

	.include "testutils.inc"

	start

	.global add
add:
	add r0,r0,r0

	pass
