summaryrefslogtreecommitdiff
path: root/sim/testsuite/m32r-elf/exit47.s
blob: ab814e3ab9a4e0f1263ab03d8e97ece92e33c07e (plain)
1
2
3
4
5
6
7
	;; Return with exit code 47.

	.globl _start
_start:
	ldi8 r1,#47
	ldi8 r0,#1
	trap #0