Mercurial > hg > index.cgi
changeset 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 | 7fbf3171ca15 |
children | 52af0aa54fe5 |
files | docs/manual.docbook.sgml |
diffstat | 1 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/manual.docbook.sgml Fri May 03 19:44:02 2019 -0600 +++ b/docs/manual.docbook.sgml Fri May 03 20:03:46 2019 -0600 @@ -354,6 +354,21 @@ </varlistentry> <varlistentry> +<term><option>--symbol-dump[=file]</option></term> +<listitem> +<para> +Cause LWASM to output the global symbol table in assembly source format. If +<option>file</option> is specified, the table output will go to the specified +file. Otherwise, it will go to the standard output stream. Local symbols will +not be included. Incomplete symbols will be defined to zero with a comment +indicating incompleteness. Symbols defined with SET will also be listed using +SET in the symbol dump. However, if the symbol is defined multiple times, the +order of the definitions in the dump file is undefined. +</para> +</listitem> +</varlistentry> + +<varlistentry> <term><option>--symbols</option></term> <term><option>-s</option></term> <listitem> @@ -405,6 +420,13 @@ </varlistentry> <varlistentry> +<term><option>--no-output</option></term> +<listitem> +<para>Do assembly as usual but suppress generation of the output file.</para> +</listitem> +</varlistentry> + +<varlistentry> <term><option>--pragma=pragma</option></term> <term><option>-p pragma</option></term> <listitem>