Statistics
| Branch: | Revision:

root / tests / alpha / crt.s @ df0fc998

History | View | Annotate | Download (245 Bytes)

1
	.text
2

    
3
	.globl _start
4
	.ent _start,0
5
_start:
6
	.frame $15,0,$15
7
	br $29,1f
8
1:	ldgp $29, 0($29)
9
	.prologue 0
10
	ldq $27,main($29) !literal!1
11
	jsr $26,($27)
12

    
13
	lda $0,1
14
	callsys
15

    
16
	call_pal 0
17
	.end _start
18

    
19
	.globl write
20
write:
21
	lda $0,4
22
	callsys
23
	ret