Statistics
| Branch: | Revision:

root / tests / tcg / cris / crt.s @ c09015dd

History | View | Annotate | Download (150 Bytes)

1 dd43edf4 ths
	.data
2 dd43edf4 ths
_stack_start:
3 dd43edf4 ths
	.space	8192, 0
4 dd43edf4 ths
_stack_end:
5 dd43edf4 ths
	.text
6 dd43edf4 ths
	.global	_start
7 dd43edf4 ths
_start:
8 dd43edf4 ths
	move.d	_stack_end, $sp
9 dd43edf4 ths
	jsr	main
10 dd43edf4 ths
	nop
11 dd43edf4 ths
	moveq	0, $r10
12 dd43edf4 ths
	jump	exit
13 dd43edf4 ths
	nop