plan 9 kernel history: overview | file list | diff list

1990/0427/power/l.s (diff list | history)

1990/0424/sys/src/9/power/l.s:61,711990/0427/sys/src/9/power/l.s:61,72 (short | long | prev | next)
1990/0227    
 */ 
 
TEXT	touser(SB), $-4 
1990/0427    
 
1990/0227    
	MOVW	M(STATUS), R1 
	OR	$(KUP|IEP), R1 
	MOVW	R1, M(STATUS) 
	NOOP 
	MOVW	$(USTKTOP-20), SP 
1990/0427    
	MOVW	0(FP), SP 
1990/0227    
	MOVW	$(UTZERO+32), R26	/* header appears in text */ 
	RFE	(R26) 
 
1990/0424/sys/src/9/power/l.s:146,1521990/0427/sys/src/9/power/l.s:147,156
1990/0227    
 
1990/0419    
TEXT	gotopc(SB), $0 
 
1990/0427    
	MOVW	$0, R0 
1990/0419    
	MOVW	0(FP), R2 
1990/0427    
	MOVW	_argc(SB), R4 
	MOVW	_argv(SB), R5 
1990/0419    
	JAL	(R2) 
	RET			/* shouldn't get here */ 
 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)