From 7466b89ed1acf6b58d167c7dfed5bd7e371522cc Mon Sep 17 00:00:00 2001 From: uz Date: Sun, 31 Jul 2011 12:27:44 +0000 Subject: [PATCH] Document new command line switches. git-svn-id: svn://svn.cc65.org/cc65/trunk@5093 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/od65.sgml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/od65.sgml b/doc/od65.sgml index 51f44b030..0fd3856ab 100644 --- a/doc/od65.sgml +++ b/doc/od65.sgml @@ -73,7 +73,7 @@ Here is a description of all the command line options: --dump-all - 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 --dump-lineinfo + + Dump the line info contained in the object file. + + --dump-segments Dump the list of segments contained in the object file. + --dump-scopes + + Dump the scope (lexical level) information contained in the object file. + + -S, --dump-segsize Dump the sizes of all segments contained in the object file. This option is -- 2.39.5