Blame view

tests/alpha/crt.s 280 Bytes
aurel32 authored
1
2
3
4
5
6
7
8
9
10
11
	.text

	.globl _start
	.ent _start,0
_start:
	.frame $15,0,$15
	br $29,1f
1:	ldgp $29, 0($29)
	.prologue 0
	ldq $27,main($29) !literal!1
	jsr $26,($27)
aurel32 authored
12
13
	or $0,$0,$16
	.end _start
aurel32 authored
14
aurel32 authored
15
16
	.globl _exit
_exit:
aurel32 authored
17
18
19
20
21
22
23
24
25
26
	lda $0,1
	callsys

	call_pal 0

	.globl write
write:
	lda $0,4
	callsys
	ret