	.text

exit:	
	li r0,1
	li r3,0
	sc


_start:
	lis r4,exit@ha
	addi r4,r4,exit@l
	b exit
