|
|
1.1 root 1: #
2: # traps specific to the comet
3: #
4: .text
5:
6: #
7: # corrected memory error
8: # uncorrected ones show up as machine checks
9: #
10: .globl Xcmrd
11: .align 2
12: Xcmrd:
13: pushr $SAVREG
14: calls $0,_memerr
15: popr $SAVREG
16: rei
17:
18: #
19: # asynchronous bus write timeout
20: #
21: .globl Xwtime
22: .align 2
23: Xwtime:
24: tstl _nofault
25: jneq donofault
26: pushr $SAVREG
27: pushl NRS*4(sp)
28: pushl (NRS+1+1)*4(sp)
29: calls $2,_wtimeout
30: popr $SAVREG
31: rei
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.