comparison docs/manual/c62.html @ 394:fc166b3bbae3

Update manual for recent additions. Document recent feature additions in the manual. Thanks to Erik G <erik@6809.org> for the text for most of these manual additions.
author William Astle <lost@l-w.ca>
date Wed, 15 Jul 2015 19:54:57 -0600
parents 682524a1f32f
children 52af0aa54fe5
comparison
equal deleted inserted replaced
393:f2decd9b276d 394:fc166b3bbae3
12 REL="PREVIOUS" 12 REL="PREVIOUS"
13 TITLE="Object Files" 13 TITLE="Object Files"
14 HREF="x54.html"><LINK 14 HREF="x54.html"><LINK
15 REL="NEXT" 15 REL="NEXT"
16 TITLE="Dialects" 16 TITLE="Dialects"
17 HREF="x208.html"></HEAD 17 HREF="x218.html"></HEAD
18 ><BODY 18 ><BODY
19 CLASS="CHAPTER" 19 CLASS="CHAPTER"
20 BGCOLOR="#FFFFFF" 20 BGCOLOR="#FFFFFF"
21 TEXT="#000000" 21 TEXT="#000000"
22 LINK="#0000FF" 22 LINK="#0000FF"
54 ><TD 54 ><TD
55 WIDTH="10%" 55 WIDTH="10%"
56 ALIGN="right" 56 ALIGN="right"
57 VALIGN="bottom" 57 VALIGN="bottom"
58 ><A 58 ><A
59 HREF="x208.html" 59 HREF="x218.html"
60 ACCESSKEY="N" 60 ACCESSKEY="N"
61 >Next</A 61 >Next</A
62 ></TD 62 ></TD
63 ></TR 63 ></TR
64 ></TABLE 64 ></TABLE
103 ><DD 103 ><DD
104 ><P 104 ><P
105 >This will cause the assembler to accept the additional instructions available 105 >This will cause the assembler to accept the additional instructions available
106 on the 6309 processor. This is the default mode; this option is provided for 106 on the 6309 processor. This is the default mode; this option is provided for
107 completeness and to override preset command arguments.</P 107 completeness and to override preset command arguments.</P
108 ><P
109 >This option is the same as if the first line of the source code is "PRAGMA 6309".</P
108 ></DD 110 ></DD
109 ><DT 111 ><DT
110 ><CODE 112 ><CODE
111 CLASS="OPTION" 113 CLASS="OPTION"
112 >--6800compat</CODE 114 >--6800compat</CODE
129 >-9</CODE 131 >-9</CODE
130 ></DT 132 ></DT
131 ><DD 133 ><DD
132 ><P 134 ><P
133 >This will cause the assembler to reject instructions that are only available 135 >This will cause the assembler to reject instructions that are only available
134 on the 6309 processor.</P 136 on the 6309 processor. This actually has the effect of starting the assembler
137 as though the first line of the source is "PRAGMA 6809".</P
135 ></DD 138 ></DD
136 ><DT 139 ><DT
137 ><CODE 140 ><CODE
138 CLASS="OPTION" 141 CLASS="OPTION"
139 >--decb</CODE 142 >--decb</CODE
325 >Pre-defines the symbol SYM as either the specified VAL. If VAL is omitted, 328 >Pre-defines the symbol SYM as either the specified VAL. If VAL is omitted,
326 the symbol is defined as 1. The symbol will be defined as though it were 329 the symbol is defined as 1. The symbol will be defined as though it were
327 defined using the SET directive in the assembly source. That means it can 330 defined using the SET directive in the assembly source. That means it can
328 be overridden by a SET directive within the source code. Attempting to 331 be overridden by a SET directive within the source code. Attempting to
329 redefine SYM using EQU will result in a multiply defined symbol error.</P 332 redefine SYM using EQU will result in a multiply defined symbol error.</P
333 ></DD
334 ><DT
335 ><CODE
336 CLASS="OPTION"
337 >-t WIDTH</CODE
338 >, <CODE
339 CLASS="OPTION"
340 >--tabs=WIDTH</CODE
341 ></DT
342 ><DD
343 ><P
344 >Specifies the handling of tabs in listing files. <CODE
345 CLASS="OPTION"
346 >--tabs=0</CODE
347 >
348 disables tab expansion. <CODE
349 CLASS="OPTION"
350 >--tabs=8</CODE
351 > is the default setting.</P
330 ></DD 352 ></DD
331 ><DT 353 ><DT
332 ><CODE 354 ><CODE
333 CLASS="OPTION" 355 CLASS="OPTION"
334 >--help</CODE 356 >--help</CODE
410 ><TD 432 ><TD
411 WIDTH="33%" 433 WIDTH="33%"
412 ALIGN="right" 434 ALIGN="right"
413 VALIGN="top" 435 VALIGN="top"
414 ><A 436 ><A
415 HREF="x208.html" 437 HREF="x218.html"
416 ACCESSKEY="N" 438 ACCESSKEY="N"
417 >Next</A 439 >Next</A
418 ></TD 440 ></TD
419 ></TR 441 ></TR
420 ><TR 442 ><TR