Subversion Repositories HelenOS

Rev

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

Rev 50 Rev 125
Line 33... Line 33...
33
.set nomacro
33
.set nomacro
34
 
34
 
35
start:
35
start:
36
	# move 0x80000000 to reg $8
36
	# move 0x80000000 to reg $8
37
	lui $8, 0x8000
37
	lui $8, 0x8000
38
    
38
 
39
	# prepare stack
39
	# prepare stack
40
	lui $29, 0x8100
40
	lui $29, 0x8100
41
    
41
 
42
	j $8
42
	j $8
43
	nop
43
	nop