annotate docs/nitros9guide/exmode.refentry @ 3116:174eb9eda7b1

New port "mc09" for Multicomp09, an FPGA-based 6809 machine Include new commands/descriptor for mc09 clock and SD controller
author Neal Crook <foofoobedoo@gmail.com>
date Sat, 17 Oct 2015 21:21:11 +0100
parents 4dae346c4969
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1012
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
1 <refentry id="exmode">
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
2 <refnamediv>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
3 <refname>EXMODE</refname>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
4 <refpurpose>Examine or Change Device Initialization Mode</refpurpose>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
5 </refnamediv>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
6
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
7 <refsynopsisdiv>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
8 <cmdsynopsis>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1092
diff changeset
9 <command>exmode</command>
1012
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
10 <arg choice="plain"><replaceable>devname</replaceable></arg>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
11 <arg choice="opt"><replaceable>arglist</replaceable></arg>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
12 </cmdsynopsis>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
13 </refsynopsisdiv>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
14
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
15 <refsect1><title>Description</title>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
16 <para>
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 1013
diff changeset
17 <command>exmode</command> is an enhanced verison of the <command>xmode</command> utility, and is useful for
1013
15a1a20b70ab More changes
boisy
parents: 1012
diff changeset
18 changing initialization parameters specific to CoCo 3 window descriptors
15a1a20b70ab More changes
boisy
parents: 1012
diff changeset
19 and enhanced ACIA device descriptors.
1012
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
20 </para>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
21 <para>
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 1013
diff changeset
22 <command>Exmode</command> is very similar to the <command>tmode</command> command.
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 1013
diff changeset
23 <command>Tmode</command> only operates on
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 1013
diff changeset
24 open paths so its effect is temporary. <command>Exmode</command> actually updates the
1012
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
25 device descriptor so the change persists as long as the computer is
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
26 running, even if paths to the device are repetitively opened and
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 1013
diff changeset
27 closed. If <command>exmode</command> is used to change parameter(s) and the COBBLER
1012
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
28 program is used to make a new system disk, the changed parameter
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
29 will be permanently reflected on the new system disk.
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
30 </para>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
31 <para>
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 1013
diff changeset
32 <command>Exmode</command> requires a device name to be given. If no arguments are
1012
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
33 given, the present values for each parameter are displayed,
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
34 otherwise, the parameter(s) given in the argument list are
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
35 processed. Any number of parameters can be given, and are separated
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
36 by spaces or commas.
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
37 </para>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
38
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
39 </refsect1>
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 1013
diff changeset
40 <refsect1><title><command>Exmode</command> Parameter Names</title>
1012
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
41
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
42 <informaltable frame="none">
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
43 <tgroup cols="2">
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
44 <colspec colwidth="1in"/>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
45 <colspec colwidth="4in"/>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
46 <tbody>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
47 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
48 <entry>upc</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
49 <entry>Upper case only. Lower case characters are automatically
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
50 converted to upper case.</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
51 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
52 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
53 <entry>-upc</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
54 <entry>Upper case and lower case characters permitted (default).</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
55 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
56 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
57 <entry>bsb</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
58 <entry>Erase on backspace: backspace characters echoed as a
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
59 backspace-space-backspace sequence (default).</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
60 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
61 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
62 <entry>-bsb</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
63 <entry>no erase on backspace: echoes single backspace only</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
64 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
65 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
66 <entry>bsl</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
67 <entry>Backspace over line: lines are &quot;deleted&quot; by sending
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
68 backspace-space-backspace sequences to erase the same
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
69 line (for video terminals) (default).</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
70 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
71 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
72 <entry>-bsl</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
73 <entry>No backspace over line: lines are &quot;deleted&quot; by printing
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
74 a new line sequence (for hard-copy terminals).
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
75 echo Input characters &quot;echoed&quot; back to terminal (default)</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
76 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
77 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
78 <entry>-echo</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
79 <entry>No echo</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
80 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
81 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
82 <entry>lf</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
83 <entry>Auto line feed on: line feeds automatically echoed to
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
84 terminal on input and output carriage returns (default).</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
85 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
86 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
87 <entry>-lf</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
88 <entry>Auto line feed off.</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
89 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
90 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
91 <entry>pause</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
92 <entry>Screen pause on: output suspended upon full screen. See
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
93 &quot;pag&quot; parameter for definition of screen size. Output
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
94 can be resumed by typing any key.</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
95 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
96 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
97 <entry>-pause</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
98 <entry>Screen pause mode off.</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
99 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
100 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
101 <entry>null=n</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
102 <entry>Set null count: number of null ($00) characters
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
103 transmitted after carriage returns for return delay.
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
104 The number is decimal, default = 0.</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
105 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
106 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
107 <entry>pag=n</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
108 <entry>Set video display page length to n (decimal) lines.
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
109 Used for &quot;pause&quot; mode, see above.</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
110 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
111 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
112 <entry>bsp=h</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
113 <entry>Set input backspace character. Numeric value of
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
114 character in hexadecimal. Default = 08.</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
115 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
116 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
117 <entry>bse=h</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
118 <entry>Set output backspace character. Numeric value of
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
119 character in hexadecimal. Default = 08.</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
120 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
121 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
122 <entry>del=h</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
123 <entry>Set input delete line character. Numeric value of
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
124 character in hexadecimal. Default = 18.</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
125 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
126 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
127 <entry>bell=h</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
128 <entry>Set bell (alert) output character. Numeric value of
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
129 character in hexadecimal. Default = 07</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
130 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
131 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
132 <entry>eor=h</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
133 <entry>Set end-of-record (carriage return) input character.
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
134 Numeric value of character in hexadecimal. Default = 0D</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
135 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
136 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
137 <entry>eof=h</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
138 <entry>Set end-of-file input character. Numeric value of
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
139 character in hexadecimal. Default 1B.</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
140 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
141 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
142 <entry>type=h</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
143 <entry>ACIA initialization value: sets parity, word size, etc.
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
144 Value in hexadecimal. Default 15</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
145 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
146 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
147 <entry>reprint=h</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
148 <entry>Reprint line character. Numeric value of character
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
149 in hexadecimal.</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
150 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
151 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
152 <entry>dup=h</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
153 <entry>Duplicate last input line character. Numeric value of
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
154 character in hexadecimal.</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
155 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
156 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
157 <entry>psc=h</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
158 <entry>Pause character. Numeric value of character in
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
159 hexadecimal.</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
160 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
161 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
162 <entry>abort=h</entry>
1092
f5d45fbe3a76 <keycap> elements
roug
parents: 1053
diff changeset
163 <entry>Abort character (normally <keycombo action="simul"><keycap>Control</keycap>
f5d45fbe3a76 <keycap> elements
roug
parents: 1053
diff changeset
164 <keycap>C</keycap></keycombo>). Numeric value
1012
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
165 of character in hexadecimal.</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
166 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
167 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
168 <entry>quit=h</entry>
1092
f5d45fbe3a76 <keycap> elements
roug
parents: 1053
diff changeset
169 <entry>Quit character (normally <keycombo action="simul"><keycap>Control</keycap>
f5d45fbe3a76 <keycap> elements
roug
parents: 1053
diff changeset
170 <keycap>E</keycap></keycombo>). Numeric value
1012
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
171 of character in hexadecimal.</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
172 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
173 <row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
174 <entry>baud=d</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
175 <entry>Set baud rate for software-controllable interface. Numeric
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
176 code for baud rate: 0=110 1=300 2=600 3=1200 4=2400 5=4800
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
177 6=9600 7=19200</entry>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
178 </row>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
179 </tbody>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
180 </tgroup>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
181 </informaltable>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
182 </refsect1>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
183 <refsect1><title>Examples</title>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
184 <screen>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
185 exmode /TERM -upc lf null=4 bse=1F pause
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
186
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
187 exmode /T1 pag=24 pause bsl -echo bsp=8 bsl=C
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
188
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
189 exmode /P baud=3 -if
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
190 </screen>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
191 </refsect1>
7aa7d982aa8e Updated for new manual
boisy
parents:
diff changeset
192 </refentry>