aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/d10v-elf/exit47.s
blob: e37682fcc73f22bb707cf46b970e71817a18c1ca (plain)
1
2
3
4
5
6
7
8
	.text
	.align 2
	.globl _start
_start:
	# exit (47)
	ldi r6, 1
	ldi r2, 47
	trap 15