comparison level1/modules/t3_sc6551.asm @ 1470:7196ac520479

sacia/dacia descriptors added
author boisy
date Mon, 15 Dec 2003 15:00:30 +0000
parents
children 1a875569e4d7
comparison
equal deleted inserted replaced
1469:ddf87e72951c 1470:7196ac520479
1 ********************************************************************
2 * T3 - 6551 device descriptor
3 *
4 * $Id$
5 *
6 * Edt/Rev YYYY/MM/DD Modified by
7 * Comment
8 * ------------------------------------------------------------------
9
10 nam T3
11 ttl 6551 device descriptor
12
13 * Disassembled 98/08/23 21:16:50 by Disasm v1.6 (C) 1988 by RML
14
15 ifp1
16 use defsfile
17 endc
18
19 tylg set Devic+Objct
20 atrv set ReEnt+rev
21 rev set $00
22
23 mod eom,name,tylg,atrv,mgrnam,drvnam
24
25 fcb READ.+WRITE. mode byte
26 fcb HW.Page extended controller address
27 fdb $FF6C physical controller address
28 fcb initsize-*-1 initilization table size
29 fcb DT.SCF device type:0=scf,1=rbf,2=pipe,3=scf
30 fcb $00 case:0=up&lower,1=upper only
31 fcb $01 backspace:0=bsp,1=bsp then sp & bsp
32 fcb $00 delete:0=bsp over line,1=return
33 fcb $01 echo:0=no echo
34 fcb $01 auto line feed:0=off
35 fcb $00 end of line null count
36 fcb $01 pause:0=no end of page pause
37 fcb 24 lines per page
38 fcb C$BSP backspace character
39 fcb C$DEL delete line character
40 fcb C$CR end of record character
41 fcb C$EOF end of file character
42 fcb C$RPRT reprint line character
43 fcb C$RPET duplicate last line character
44 fcb C$PAUS pause character
45 fcb C$INTR interrupt character
46 fcb C$QUIT quit character
47 fcb C$BSP backspace echo character
48 fcb C$BELL line overflow character (bell)
49 fcb PARNONE parity
50 fcb STOP1+WORD8+B9600 stop bits/word size/baud rate
51 fdb name copy of descriptor name address
52 fcb C$XON acia xon char
53 fcb C$XOFF acia xoff char
54 fcb 80 (szx) number of columns for display
55 fcb 24 (szy) number of rows for display
56 fcb $00 Extended type
57 initsize equ *
58
59 name fcs /t3/
60 mgrnam fcs /SCF/
61 drvnam fcs /SACIA/
62
63 emod
64 eom equ *
65 end
66