Mercurial > hg > Members > kono > nitros9-code
annotate level2/modules/t2_s16550.asm @ 473:091a1e4ae051
entered: chdir chmod qsort strass toupper tsleep wait
author | roug |
---|---|
date | Sun, 06 Oct 2002 09:10:36 +0000 |
parents | 9ed77eeace37 |
children | 02a8ba2b9092 |
rev | line source |
---|---|
0 | 1 nam T2 |
2 ttl 16550 device descriptor | |
3 | |
4 * Disassembled 98/09/17 22:44:05 by Disasm v1.6 (C) 1988 by RML | |
5 | |
6 ifp1 | |
7 use defsfile | |
8 endc | |
9 | |
10 tylg set Devic+Objct | |
11 atrv set ReEnt+rev | |
12 rev set $01 | |
13 | |
14 mod eom,name,tylg,atrv,mgrnam,drvnam | |
15 | |
16 fcb READ.+WRITE. mode byte | |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
372
diff
changeset
|
17 fcb HW.Page extended controller address |
0 | 18 fdb $FF68 physical controller address |
19 fcb initsize-*-1 initilization table size | |
20 fcb DT.SCF device type:0=scf,1=rbf,2=pipe,3=scf | |
21 fcb $00 case:0=up&lower,1=upper only | |
22 fcb $01 backspace:0=bsp,1=bsp then sp & bsp | |
23 fcb $00 delete:0=bsp over line,1=return | |
24 fcb $01 echo:0=no echo | |
25 fcb $01 auto line feed:0=off | |
26 fcb $00 end of line null count | |
27 fcb $01 pause:0=no end of page pause | |
28 fcb 24 lines per page | |
29 fcb C$BSP backspace character | |
30 fcb C$DEL delete line character | |
31 fcb C$CR end of record character | |
32 fcb C$EOF end of file character | |
33 fcb C$RPRT reprint line character | |
34 fcb C$RPET duplicate last line character | |
35 fcb C$PAUS pause character | |
36 fcb C$INTR interrupt character | |
37 fcb C$QUIT quit character | |
38 fcb C$BSP backspace echo character | |
39 fcb C$BELL line overflow character (bell) | |
40 fcb $02 init value for dev ctl reg | |
41 fcb B9600 baud rate | |
42 fdb name copy of descriptor name address | |
43 fcb C$XON acia xon char | |
44 fcb C$XOFF acia xoff char | |
45 fcb 80 (szx) number of columns for display | |
46 fcb 24 (szy) number of rows for display | |
47 fcb $02 extended type | |
48 initsize equ * | |
49 | |
50 mgrnam fcs /SCF/ | |
51 drvnam fcs /s16550/ | |
52 name fcs /t2/ | |
53 | |
54 emod | |
55 eom equ * | |
56 end |