~kris/9p

9hist

ref: 4299e7bc9840e5d23443ec4e5f7aa091868cbf6e 9hist/gnot/ureg.h -rw-r--r-- 240 bytes
4299e7bc — David du Colombier Plan 9 from Bell Labs 1990-06-20 36 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;
};