Subversion Repositories HelenOS-historic

Rev

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

Rev 329 Rev 332
Line 115... Line 115...
115
cp0_epc_write:		cp0_write $14
115
cp0_epc_write:		cp0_write $14
116
 
116
 
117
cp0_prid_read:		cp0_read $15
117
cp0_prid_read:		cp0_read $15
118
 
118
 
119
 
119
 
120
.global bios_write
-
 
121
bios_write:
-
 
122
	lw	$2, 0x80001020
-
 
123
	lw	$2, 0x6c($2)
-
 
124
	j	$2
-
 
125
	nop
-
 
126
	
-
 
127
.global cpu_halt
120
.global cpu_halt
128
cpu_halt:
121
cpu_halt:
129
	j cpu_halt
122
	j cpu_halt
130
	nop
123
	nop
131
 
124