Mercurial > hg > index.cgi
comparison docs/manual/c62.html @ 489:52af0aa54fe5
Update html and pdf documentation in preparation for release
author | William Astle <lost@l-w.ca> |
---|---|
date | Fri, 03 May 2019 20:06:17 -0600 |
parents | fc166b3bbae3 |
children |
comparison
equal
deleted
inserted
replaced
488:94bbdb2890b7 | 489:52af0aa54fe5 |
---|---|
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="x218.html"></HEAD | 17 HREF="x229.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="x218.html" | 59 HREF="x229.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 |
216 is specified, the list will not include the symbol table.</P | 216 is specified, the list will not include the symbol table.</P |
217 ></DD | 217 ></DD |
218 ><DT | 218 ><DT |
219 ><CODE | 219 ><CODE |
220 CLASS="OPTION" | 220 CLASS="OPTION" |
221 >--symbol-dump[=file]</CODE | |
222 ></DT | |
223 ><DD | |
224 ><P | |
225 >Cause LWASM to output the global symbol table in assembly source format. If | |
226 <CODE | |
227 CLASS="OPTION" | |
228 >file</CODE | |
229 > is specified, the table output will go to the specified | |
230 file. Otherwise, it will go to the standard output stream. Local symbols will | |
231 not be included. Incomplete symbols will be defined to zero with a comment | |
232 indicating incompleteness. Symbols defined with SET will also be listed using | |
233 SET in the symbol dump. However, if the symbol is defined multiple times, the | |
234 order of the definitions in the dump file is undefined.</P | |
235 ></DD | |
236 ><DT | |
237 ><CODE | |
238 CLASS="OPTION" | |
221 >--symbols</CODE | 239 >--symbols</CODE |
222 >, <CODE | 240 >, <CODE |
223 CLASS="OPTION" | 241 CLASS="OPTION" |
224 >-s</CODE | 242 >-s</CODE |
225 ></DT | 243 ></DT |
271 >This option specifies the name of the output file. If not specified, the | 289 >This option specifies the name of the output file. If not specified, the |
272 default is <CODE | 290 default is <CODE |
273 CLASS="OPTION" | 291 CLASS="OPTION" |
274 >a.out</CODE | 292 >a.out</CODE |
275 >.</P | 293 >.</P |
294 ></DD | |
295 ><DT | |
296 ><CODE | |
297 CLASS="OPTION" | |
298 >--no-output</CODE | |
299 ></DT | |
300 ><DD | |
301 ><P | |
302 >Do assembly as usual but suppress generation of the output file.</P | |
276 ></DD | 303 ></DD |
277 ><DT | 304 ><DT |
278 ><CODE | 305 ><CODE |
279 CLASS="OPTION" | 306 CLASS="OPTION" |
280 >--pragma=pragma</CODE | 307 >--pragma=pragma</CODE |
432 ><TD | 459 ><TD |
433 WIDTH="33%" | 460 WIDTH="33%" |
434 ALIGN="right" | 461 ALIGN="right" |
435 VALIGN="top" | 462 VALIGN="top" |
436 ><A | 463 ><A |
437 HREF="x218.html" | 464 HREF="x229.html" |
438 ACCESSKEY="N" | 465 ACCESSKEY="N" |
439 >Next</A | 466 >Next</A |
440 ></TD | 467 ></TD |
441 ></TR | 468 ></TR |
442 ><TR | 469 ><TR |