annotate level1/modules/p_scdwp.asm @ 2242:2a889a511f0a

Adding Aaron Wolfe's DriveWire work
author boisy
date Thu, 24 Dec 2009 01:16:31 +0000
parents 660cc987e18d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2180
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
1 ********************************************************************
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
2 * P - CoCo DriveWire Printer Driver Device Descriptor
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
3 *
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
4 * $Id$
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
5 *
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
6 * Edt/Rev YYYY/MM/DD Modified by
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
7 * Comment
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
8 * ------------------------------------------------------------------
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
9 * ????/??/??
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
10
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
11 nam P
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
12 ttl CoCo DriveWire Printer Driver Device Descriptor
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
13
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
14 * Disassembled 98/08/23 21:15:24 by Disasm v1.6 (C) 1988 by RML
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
15
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
16 ifp1
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
17 use defsfile
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
18 endc
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
19
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
20 tylg set Devic+Objct
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
21 atrv set ReEnt+rev
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
22 rev set $00
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
23
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
24 mod eom,name,tylg,atrv,mgrnam,drvnam
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
25
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
26 fcb UPDAT. mode byte
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
27 fcb HW.Page extended controller address
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
28 fdb $FF22 physical controller address
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
29 fcb initsize-*-1 initilization table size
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
30 fcb DT.SCF device type:0=scf,1=rbf,2=pipe,3=scf
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
31 fcb $00 case:0=up&lower,1=upper only
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
32 fcb $00 backspace:0=bsp,1=bsp then sp & bsp
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
33 fcb $01 delete:0=bsp over line,1=return
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
34 fcb $00 echo:0=no echo
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
35 fcb $00 auto line feed:0=off
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
36 fcb $00 end of line null count
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
37 fcb $00 pause:0=no end of page pause
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
38 fcb 66 lines per page
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
39 fcb C$BSP backspace character
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
40 fcb C$DEL delete line character
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
41 fcb C$CR end of record character
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
42 fcb $00 end of file character
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
43 fcb C$RPRT reprint line character
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
44 fcb C$RPET duplicate last line character
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
45 fcb C$PAUS pause character
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
46 fcb $00 interrupt character
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
47 fcb $00 quit character
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
48 fcb $5F backspace echo character
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
49 fcb C$BELL line overflow character (bell)
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
50 fcb $00 init value for dev ctl reg
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
51 fcb B600 baud rate
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
52 fdb name copy of descriptor name address
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
53 fcb $00 acia xon char
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
54 fcb $00 acia xoff char
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
55 fcb 80 (szx) number of columns for display
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
56 fcb 66 (szy) number of rows for display
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
57 initsize equ *
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
58
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
59 name fcs /p/
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
60 mgrnam fcs /SCF/
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
61 drvnam fcs /scdwp/
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
62
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
63 emod
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
64 eom equ *
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
65 end
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents:
diff changeset
66