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

	.include "testutils.inc"

	start

	.global addi
addi:
	add r0,r0,#0

	pass
