annotate level1/modules/p1_sc6551dragon.asm @ 1071:853a796a1bcd

Removed logbook
author boisy
date Mon, 31 Mar 2003 14:10:56 +0000
parents 03a3d1620874
children 10957d54bf16
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
240
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
1 ********************************************************************
250
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
2 * P1 - Serial port used as printer device descriptor
240
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
3 *
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
4 * $Id$
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
5 *
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
6 * Ed. Comments Who YY/MM/DD
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
7 * ------------------------------------------------------------------
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
8 * - Original Dragon Data distribution version
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
9
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
10 nam P1
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
11 ttl Serial port used as printer device descriptor
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
12
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
13 * Disassembled 02/04/21 22:38:15 by Disasm v1.6 (C) 1988 by RML
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
14
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
15 ifp1
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
16 use defsfile
250
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
17 use scfdefs
240
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
18 endc
250
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
19
240
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
20 tylg set Devic+Objct
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
21 atrv set ReEnt+rev
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
22 rev set $01
250
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
23
240
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
24 mod eom,name,tylg,atrv,mgrnam,drvnam
250
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
25
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
26 fcb READ.+WRITE. mode byte
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
27 fcb HW.Page extended controller address
240
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
28 fdb $FF04 physical controller address
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
29 fcb initsize-*-1 initilization table size
250
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
30 fcb DT.SCF device type:0=scf,1=rbf,2=pipe,3=scf
240
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
31 fcb $00 case:0=up&lower,1=upper only
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
32 fcb $00 backspace:0=bsp,1=bsp then sp & bsp
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
33 fcb $00 delete:0=bsp over line,1=return
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
34 fcb $00 echo:0=no echo
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
35 fcb $01 auto line feed:0=off
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
36 fcb $00 end of line null count
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
37 fcb $00 pause:0=no end of page pause
250
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
38 fcb 66 lines per page
240
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
39 fcb $00 backspace character
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
40 fcb $00 delete line character
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
41 fcb $00 end of record character
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
42 fcb $00 end of file character
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
43 fcb $00 reprint line character
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
44 fcb $00 duplicate last line character
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
45 fcb $00 pause character
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
46 fcb $00 interrupt character
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
47 fcb $00 quit character
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
48 fcb $00 backspace echo character
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
49 fcb $00 line overflow character (bell)
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
50 fcb $00 init value for dev ctl reg
250
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
51 fcb B1200 baud rate
240
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
52 fdb name copy of descriptor name address
250
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
53 fcb C$XON acia xon char
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
54 fcb C$XOFF acia xoff char
240
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
55 initsize equ *
250
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
56
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
57 name fcs /P1/
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
58 mgrnam fcs /scf/
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
59 drvnam fcs /acia51/
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
60
240
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
61 emod
7c673ea162ca That's the lot. Devicedrivers and device descriptors from Dragon
roug
parents:
diff changeset
62 eom equ *
250
03a3d1620874 Cleaned up descriptor
boisy
parents: 240
diff changeset
63 end