comparison docs/manual/x670.html @ 563:8c6c3363e18e

Update manual to reflect pragma nolistcode and correct nolist semantics
author William Astle <lost@l-w.ca>
date Fri, 01 Dec 2023 21:16:54 -0700
parents 1faf14de9d04
children
comparison
equal deleted inserted replaced
562:6237505ee1dc 563:8c6c3363e18e
15 REL="PREVIOUS" 15 REL="PREVIOUS"
16 TITLE="Object Files and Sections" 16 TITLE="Object Files and Sections"
17 HREF="x606.html"><LINK 17 HREF="x606.html"><LINK
18 REL="NEXT" 18 REL="NEXT"
19 TITLE="Convenience Instructions" 19 TITLE="Convenience Instructions"
20 HREF="x817.html"></HEAD 20 HREF="x821.html"></HEAD
21 ><BODY 21 ><BODY
22 CLASS="SECTION" 22 CLASS="SECTION"
23 BGCOLOR="#FFFFFF" 23 BGCOLOR="#FFFFFF"
24 TEXT="#000000" 24 TEXT="#000000"
25 LINK="#0000FF" 25 LINK="#0000FF"
57 ><TD 57 ><TD
58 WIDTH="10%" 58 WIDTH="10%"
59 ALIGN="right" 59 ALIGN="right"
60 VALIGN="bottom" 60 VALIGN="bottom"
61 ><A 61 ><A
62 HREF="x817.html" 62 HREF="x821.html"
63 ACCESSKEY="N" 63 ACCESSKEY="N"
64 >Next</A 64 >Next</A
65 ></TD 65 ></TD
66 ></TR 66 ></TR
67 ></TABLE 67 ></TABLE
196 ><DD 196 ><DD
197 ><P 197 ><P
198 >These pragmas enable convenience instructions extending the 6809 and 6309 198 >These pragmas enable convenience instructions extending the 6809 and 6309
199 instruction sets respectively. For more information, see 199 instruction sets respectively. For more information, see
200 <A 200 <A
201 HREF="x817.html" 201 HREF="x821.html"
202 >Section 3.11</A 202 >Section 3.11</A
203 >.</P 203 >.</P
204 ></DD 204 ></DD
205 ><DT 205 ><DT
206 >index0tonone</DT 206 >index0tonone</DT
307 ><P 307 ><P
308 >Lines where this pragma is in effect will not appear in the assembly 308 >Lines where this pragma is in effect will not appear in the assembly
309 listing. Also, any symbols defined under this pragma will not show up in 309 listing. Also, any symbols defined under this pragma will not show up in
310 the symbol list. This is most useful in include files to avoid spamming the 310 the symbol list. This is most useful in include files to avoid spamming the
311 assembly listing with dozens, hundreds, or thousands of irrelevant 311 assembly listing with dozens, hundreds, or thousands of irrelevant
312 symbols.</P 312 symbols. It is important to note that this pragma will not hide lines that
313 generate output to the binary.</P
314 ></DD
315 ><DT
316 >nolistcode</DT
317 ><DD
318 ><P
319 >Lines where this pragma is in effect will not appear in the assembly
320 listing. Also, any symbols defined under this pragma will not show up in
321 the symbol list. This is most useful in include files to avoid spamming the
322 assembly listing with dozens, hundreds, or thousands of irrelevant
323 symbols. Unlike "nolist", this pragma will hide lines that generate output
324 to the binary.</P
313 ></DD 325 ></DD
314 ><DT 326 ><DT
315 >autobranchlength</DT 327 >autobranchlength</DT
316 ><DD 328 ><DD
317 ><P 329 ><P
544 ><TD 556 ><TD
545 WIDTH="33%" 557 WIDTH="33%"
546 ALIGN="right" 558 ALIGN="right"
547 VALIGN="top" 559 VALIGN="top"
548 ><A 560 ><A
549 HREF="x817.html" 561 HREF="x821.html"
550 ACCESSKEY="N" 562 ACCESSKEY="N"
551 >Next</A 563 >Next</A
552 ></TD 564 ></TD
553 ></TR 565 ></TR
554 ><TR 566 ><TR