1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 20:29:34 +00:00

Document new command line switches.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5093 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2011-07-31 12:27:44 +00:00
parent 4ad597ff39
commit 7466b89ed1

View File

@ -73,7 +73,7 @@ Here is a description of all the command line options:
<tag><tt>--dump-all</tt></tag>
This will output all information, od65 is able to process. The option is a
This will output all information, od65 is able to process. The option is a
shortcut for specifying all the other <tt/--dump/ options.
@ -102,11 +102,21 @@ Here is a description of all the command line options:
Dump the list of imported symbols contained in the object file.
<tag><tt>--dump-lineinfo</tt></tag>
Dump the line info contained in the object file.
<tag><tt>--dump-segments</tt></tag>
Dump the list of segments contained in the object file.
<tag><tt>--dump-scopes</tt></tag>
Dump the scope (lexical level) information contained in the object file.
<tag><tt>-S, --dump-segsize</tt></tag>
Dump the sizes of all segments contained in the object file. This option is