annotate level1/modules/term_t1.asm @ 1570:a4b6825eeb72

ccdisk renamed to rb1773, added CC3 driver into source
author boisy
date Tue, 18 May 2004 01:26:19 +0000
parents 6cd590fc076f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
361
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
1 ********************************************************************
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
2 * TERM - CoCo serial device descriptor for terminal
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
3 *
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
4 * $Id$
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
5 *
1499
6cd590fc076f Fixed comments
boisy
parents: 1496
diff changeset
6 * Edt/Rev YYYY/MM/DD Modified by
6cd590fc076f Fixed comments
boisy
parents: 1496
diff changeset
7 * Comment
361
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
8 * ------------------------------------------------------------------
1499
6cd590fc076f Fixed comments
boisy
parents: 1496
diff changeset
9 * ????/??/??
6cd590fc076f Fixed comments
boisy
parents: 1496
diff changeset
10 * From Tandy OS-9 Level One VR 02.00.00
361
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
11
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
12 nam T1
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
13 ttl CoCo serial device descriptor for terminal
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
14
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
15 * Disassembled 98/08/23 21:16:45 by Disasm v1.6 (C) 1988 by RML
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
16
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
17 ifp1
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
18 use defsfile
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
19 use scfdefs
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
20 endc
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
21
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
22 tylg set Devic+Objct
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
23 atrv set ReEnt+rev
1287
10957d54bf16 Made all modules rev 0
boisy
parents: 361
diff changeset
24 rev set $00
361
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
25
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
26 mod eom,name,tylg,atrv,mgrnam,drvnam
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
27
1496
ae1f95eb053b Removed more modules, fixed others
boisy
parents: 1474
diff changeset
28 fcb UPDAT. mode byte
361
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
29 fcb HW.Page extended controller address
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
30 fdb $0000 physical controller address
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
31 fcb initsize-*-1 initilization table size
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
32 fcb DT.SCF device type:0=scf,1=rbf,2=pipe,3=scf
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
33 fcb $00 case:0=up&lower,1=upper only
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
34 fcb $01 backspace:0=bsp,1=bsp then sp & bsp
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
35 fcb $00 delete:0=bsp over line,1=return
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
36 fcb $01 echo:0=no echo
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
37 fcb $01 auto line feed:0=off
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
38 fcb $00 end of line null count
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
39 fcb $01 pause:0=no end of page pause
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
40 fcb 24 lines per page
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
41 fcb C$BSP backspace character
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
42 fcb C$DEL delete line character
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
43 fcb C$CR end of record character
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
44 fcb C$EOF end of file character
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
45 fcb C$RPRT reprint line character
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
46 fcb C$RPET duplicate last line character
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
47 fcb C$PAUS pause character
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
48 fcb C$INTR interrupt character
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
49 fcb C$QUIT quit character
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
50 fcb C$BSP backspace echo character
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
51 fcb C$BELL line overflow character (bell)
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
52 fcb PARNONE init value for dev ctl reg
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
53 fcb B300+WORD8+STOP1 baud rate
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
54 fdb name copy of descriptor name address
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
55 fcb $00 acia xon char
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
56 fcb $00 acia xoff char
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
57 fcb 80 (szx) number of columns for display
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
58 fcb 24 (szy) number of rows for display
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
59 initsize equ *
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
60
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
61 name fcs /TERM/
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
62 mgrnam fcs /SCF/
1474
cfd326948cbc Modified to accomodate new sio.asm
boisy
parents: 1287
diff changeset
63 drvnam fcs /SIO/
361
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
64
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
65 emod
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
66 eom equ *
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
67 end
281040b0f6a5 Added term_t1.dd
boisy
parents:
diff changeset
68