summaryrefslogtreecommitdiff
path: root/tests/alpha/crt.s
blob: 6f10b78b3bfcf8053a8107e736a1f0c0e2bcf2f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
	.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)

	lda $0,1
	callsys

	call_pal 0
	.end _start

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