-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathcommon.src
49 lines (46 loc) · 1.88 KB
/
common.src
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
;**********************************************
;* *
;* commodore business machines software *
;* *
;**********************************************
;
;**********************************************
;* *
;* disk operating system and *
;* controller routines *
;* for the following cbm models: *
;* 1541 serial disk *
;* with single sa390 compatable drive *
;* copyright (c) 1982 by *
;* commodore business machines (cbm) *
;* *
;**********************************************
; ****listing date 18 jan 1984 ****
;**********************************************
;* this software is furnished for use in *
;* the single drive floppy disk unit only. *
;* *
;* copies thereof may not be provided or *
;* made available for use on any other *
;* system. *
;* *
;* the information in this document is *
;* subject to change without notice. *
;* *
;* no responsibility is assumed for *
;* reliability of this software. rsr *
;* *
;**********************************************
.page
; common area defines
*=0
jobs *=*+6 ; job que
hdrs *=*+12 ; job headers
dskid *=*+4 ; master copy of disk id
header *=*+5 ; image of last header
actjob *=*+1 ; controller's active job
wpsw *=*+2 ; write protect change flag
lwpt *=*+2 ; last state of wp switch
;
;
; .end