Subversion Repositories HelenOS-historic

Rev

Rev 125 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 125 Rev 130
Line 30... Line 30...
30
 
30
 
31
.set noat
31
.set noat
32
.set noreorder
32
.set noreorder
33
.set nomacro
33
.set nomacro
34
 
34
 
-
 
35
.global start
35
start:
36
start:
36
	# move 0x80000000 to reg $8
37
	# move 0x80000000 to reg $8
37
	lui $8, 0x8000
38
	lui $8, 0x8000
38
 
39
 
39
	# prepare stack
40
	# prepare stack