|
|
1.1 root 1: SCBVEC(hdintr0):
2: CHECK_SFE(4)
3: SAVE_FPSTAT(4)
4: PUSHR
5: incl _fltintrcnt+(4*0)
6: pushl $0
7: callf $8,_hdintr
8: incl _cnt+V_INTR
9: POPR
10: REST_FPSTAT
11: rei
12:
13: SCBVEC(hdintr1):
14: CHECK_SFE(4)
15: SAVE_FPSTAT(4)
16: PUSHR
17: incl _fltintrcnt+(4*1)
18: pushl $1
19: callf $8,_hdintr
20: incl _cnt+V_INTR
21: POPR
22: REST_FPSTAT
23: rei
24:
25: SCBVEC(hdintr2):
26: CHECK_SFE(4)
27: SAVE_FPSTAT(4)
28: PUSHR
29: incl _fltintrcnt+(4*2)
30: pushl $2
31: callf $8,_hdintr
32: incl _cnt+V_INTR
33: POPR
34: REST_FPSTAT
35: rei
36:
37: SCBVEC(vdintr0):
38: CHECK_SFE(4)
39: SAVE_FPSTAT(4)
40: PUSHR
41: incl _fltintrcnt+(4*3)
42: pushl $0
43: callf $8,_vdintr
44: incl _cnt+V_INTR
45: POPR
46: REST_FPSTAT
47: rei
48:
49: SCBVEC(vdintr1):
50: CHECK_SFE(4)
51: SAVE_FPSTAT(4)
52: PUSHR
53: incl _fltintrcnt+(4*4)
54: pushl $1
55: callf $8,_vdintr
56: incl _cnt+V_INTR
57: POPR
58: REST_FPSTAT
59: rei
60:
61: SCBVEC(vdintr2):
62: CHECK_SFE(4)
63: SAVE_FPSTAT(4)
64: PUSHR
65: incl _fltintrcnt+(4*5)
66: pushl $2
67: callf $8,_vdintr
68: incl _cnt+V_INTR
69: POPR
70: REST_FPSTAT
71: rei
72:
73: SCBVEC(vackint0):
74: CHECK_SFE(4)
75: SAVE_FPSTAT(4)
76: PUSHR
77: incl _fltintrcnt+(4*6)
78: pushl $0
79: callf $8,_vackint
80: incl _cnt+V_INTR
81: POPR
82: REST_FPSTAT
83: rei
84:
85: SCBVEC(vcmdrsp0):
86: CHECK_SFE(4)
87: SAVE_FPSTAT(4)
88: PUSHR
89: incl _fltintrcnt+(4*7)
90: pushl $0
91: callf $8,_vcmdrsp
92: incl _cnt+V_INTR
93: POPR
94: REST_FPSTAT
95: rei
96:
97: SCBVEC(vunsol0):
98: CHECK_SFE(4)
99: SAVE_FPSTAT(4)
100: PUSHR
101: incl _fltintrcnt+(4*8)
102: pushl $0
103: callf $8,_vunsol
104: incl _cnt+V_INTR
105: POPR
106: REST_FPSTAT
107: rei
108:
109: SCBVEC(vackint1):
110: CHECK_SFE(4)
111: SAVE_FPSTAT(4)
112: PUSHR
113: incl _fltintrcnt+(4*9)
114: pushl $1
115: callf $8,_vackint
116: incl _cnt+V_INTR
117: POPR
118: REST_FPSTAT
119: rei
120:
121: SCBVEC(vcmdrsp1):
122: CHECK_SFE(4)
123: SAVE_FPSTAT(4)
124: PUSHR
125: incl _fltintrcnt+(4*10)
126: pushl $1
127: callf $8,_vcmdrsp
128: incl _cnt+V_INTR
129: POPR
130: REST_FPSTAT
131: rei
132:
133: SCBVEC(vunsol1):
134: CHECK_SFE(4)
135: SAVE_FPSTAT(4)
136: PUSHR
137: incl _fltintrcnt+(4*11)
138: pushl $1
139: callf $8,_vunsol
140: incl _cnt+V_INTR
141: POPR
142: REST_FPSTAT
143: rei
144:
145: SCBVEC(exintr0):
146: CHECK_SFE(4)
147: SAVE_FPSTAT(4)
148: PUSHR
149: incl _fltintrcnt+(4*12)
150: pushl $0
151: callf $8,_exintr
152: incl _cnt+V_INTR
153: POPR
154: REST_FPSTAT
155: rei
156:
157:
158: .globl _intrnames
159:
160: .globl _eintrnames
161: .data
162: _intrnames:
163: .asciz "clock"
164: .asciz "cnr"
165: .asciz "cnx"
166: .asciz "rmtr"
167: .asciz "rmtx"
168: .asciz "buserr"
169: .asciz "hd0"
170: .asciz "hd1"
171: .asciz "hd2"
172: .asciz "vd0"
173: .asciz "vd1"
174: .asciz "vd2"
175: .asciz "vack0"
176: .asciz "vcmdrsp0"
177: .asciz "vunsol0"
178: .asciz "vack1"
179: .asciz "vcmdrsp1"
180: .asciz "vunsol1"
181: .asciz "ex0"
182: _eintrnames:
183:
184: .globl _intrcnt
185:
186: .globl _eintrcnt
187: .align 2
188: _intrcnt:
189: .space 4 * 6
190: _fltintrcnt:
191: .space 4 * 13
192: _eintrcnt:
193:
194: .text
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.