# HG changeset patch # User William Astle # Date 1556935426 21600 # Node ID 94bbdb2890b72dabd7480770a4e505e1b12dba61 # Parent 7fbf3171ca1565d29203f15edca88b5dc69b596e Update documentation for new options Add documentation for --no-output and --symbol-dump diff -r 7fbf3171ca15 -r 94bbdb2890b7 docs/manual.docbook.sgml --- 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 @@ + + + +Cause LWASM to output the global symbol table in assembly source format. If + 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. + + + + + @@ -405,6 +420,13 @@ + + +Do assembly as usual but suppress generation of the output file. + + + +