comparison docs/manual.docbook.sgml @ 488:94bbdb2890b7

Update documentation for new options Add documentation for --no-output and --symbol-dump
author William Astle <lost@l-w.ca>
date Fri, 03 May 2019 20:03:46 -0600
parents e97f9a302c6a
children 1faf14de9d04
comparison
equal deleted inserted replaced
487:7fbf3171ca15 488:94bbdb2890b7
352 </para> 352 </para>
353 </listitem> 353 </listitem>
354 </varlistentry> 354 </varlistentry>
355 355
356 <varlistentry> 356 <varlistentry>
357 <term><option>--symbol-dump[=file]</option></term>
358 <listitem>
359 <para>
360 Cause LWASM to output the global symbol table in assembly source format. If
361 <option>file</option> is specified, the table output will go to the specified
362 file. Otherwise, it will go to the standard output stream. Local symbols will
363 not be included. Incomplete symbols will be defined to zero with a comment
364 indicating incompleteness. Symbols defined with SET will also be listed using
365 SET in the symbol dump. However, if the symbol is defined multiple times, the
366 order of the definitions in the dump file is undefined.
367 </para>
368 </listitem>
369 </varlistentry>
370
371 <varlistentry>
357 <term><option>--symbols</option></term> 372 <term><option>--symbols</option></term>
358 <term><option>-s</option></term> 373 <term><option>-s</option></term>
359 <listitem> 374 <listitem>
360 <para> 375 <para>
361 Causes LWASM to generate a list of symbols when generating a listing. 376 Causes LWASM to generate a list of symbols when generating a listing.
399 <listitem> 414 <listitem>
400 <para> 415 <para>
401 This option specifies the name of the output file. If not specified, the 416 This option specifies the name of the output file. If not specified, the
402 default is <option>a.out</option>. 417 default is <option>a.out</option>.
403 </para> 418 </para>
419 </listitem>
420 </varlistentry>
421
422 <varlistentry>
423 <term><option>--no-output</option></term>
424 <listitem>
425 <para>Do assembly as usual but suppress generation of the output file.</para>
404 </listitem> 426 </listitem>
405 </varlistentry> 427 </varlistentry>
406 428
407 <varlistentry> 429 <varlistentry>
408 <term><option>--pragma=pragma</option></term> 430 <term><option>--pragma=pragma</option></term>