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

1990/1223/ss/ureg.h (diff list | history)

ss/ureg.h on 1990/1223
1990/1223    
struct Ureg 
{ 
	ulong	r0; 
	ulong	r1; 
	ulong	r2; 
	ulong	r3; 
	ulong	r4; 
	ulong	r5; 
	ulong	r6; 
	ulong	r7; 
	ulong	a0; 
	ulong	a1; 
	ulong	a2; 
	ulong	a3; 
	ulong	a4; 
	ulong	a5; 
	ulong	a6; 
	ulong	sp; 
	ulong	usp; 
	ushort	sr; 
	ulong	pc; 
	ushort	vo; 
}; 


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