Mercurial > hg-old > index.cgi
comparison doc/manual.docbook.sgml @ 231:10abe422efce
Documented the --6309 and --6809 options
author | lost |
---|---|
date | Fri, 12 Jun 2009 03:23:41 +0000 |
parents | 4c60c3a09597 |
children | 1009f302ac11 |
comparison
equal
deleted
inserted
replaced
230:0df2a39a268c | 231:10abe422efce |
---|---|
143 The binary for LWASM is called "lwasm". Note that the binary is in lower | 143 The binary for LWASM is called "lwasm". Note that the binary is in lower |
144 case. lwasm takes the following command line arguments. | 144 case. lwasm takes the following command line arguments. |
145 </para> | 145 </para> |
146 | 146 |
147 <variablelist> | 147 <variablelist> |
148 | |
149 <varlistentry> | |
150 <term><option>--6309</option></term> | |
151 <term><option>-3</option></term> | |
152 <listitem> | |
153 <para> | |
154 This will cause the assembler to accept the additional instructions available | |
155 on the 6309 processor. This is the default mode; this option is provided for | |
156 completeness and to override preset command arguments. | |
157 </para> | |
158 </listitem> | |
159 </varlistentry> | |
160 | |
161 <varlistentry> | |
162 <term><option>--6809</option></term> | |
163 <term><option>-9</option></term> | |
164 <listitem> | |
165 <para> | |
166 This will cause the assembler to reject instructions that are only available | |
167 on the 6309 processor. | |
168 </para> | |
169 </listitem> | |
170 </varlistentry> | |
171 | |
148 <varlistentry> | 172 <varlistentry> |
149 <term><option>--decb</option></term> | 173 <term><option>--decb</option></term> |
150 <term><option>-b</option></term> | 174 <term><option>-b</option></term> |
151 <listitem> | 175 <listitem> |
152 <para> | 176 <para> |