summaryrefslogtreecommitdiff
path: root/tests/tcg/alpha/crt.s
blob: 31af8825bc5fba6aaa71cdabcb6c8d709e0ce0a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
	.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)
	or $0,$0,$16
	.end _start

	.globl _exit
_exit:
	lda $0,1
	callsys

	call_pal 0

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