]> git.sur5r.net Git - cc65/blobdiff - doc/od65.sgml
Style changes.
[cc65] / doc / od65.sgml
index 51f44b0306a639daf38f1f5d1a4c13dfca358db7..f5611a88977b97795598b8961bf8733d790c6774 100644 (file)
@@ -2,12 +2,12 @@
 
 <article>
 <title>od65 Users Guide
-<author>Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">
-<date>2010-07-30
+<author><url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">
+<date>2014-04-14
 
 <abstract>
 od65 is the object file dump utility. It is able to output most parts of
-<htmlurl url="ca65.html" name="ca65"> generated object files in readable form.
+<htmlurl url="ca65.html" name="ca65-generated"> object files in readable form.
 </abstract>
 
 <!-- Table of contents -->
@@ -19,7 +19,7 @@ od65 is the object file dump utility. It is able to output most parts of
 <sect>Overview<p>
 
 od65 is an object file dump utility. It is able to output most parts of
-<htmlurl url="ca65.html" name="ca65"> generated object files in readable form.
+<htmlurl url="ca65.html" name="ca65-generated"> object files in readable form.
 Since the contents and format of the object files are not documented
 elsewhere and may change at any time, this tool is a portable way to look at
 the contents.
@@ -65,7 +65,7 @@ Long options:
 </verb></tscreen>
 
 
-<sect1>Command line options in detail<p>
+<sect1>Command line options in detail<label id="cmdline-opt-detail"><p>
 
 Here is a description of all the command line options:
 
@@ -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
@@ -131,8 +141,8 @@ Here is a description of all the command line options:
 
 The converter will read one or more object files per invocation and write the
 contents in readable format to standard output. Please note that you need to
-specify and of the <tt/--dump/ options listed above, otherwise no useful
-output will be generated.
+specify any of the <tt/--dump/ options listed <ref id="cmdline-opt-detail"
+name="above">, otherwise no useful output will be generated.
 
 Example output for the command
 <tscreen><verb>
@@ -177,15 +187,6 @@ t.o:
 </verb></tscreen>
 
 
-<sect>Bugs/Feedback<p>
-
-If you have problems using the converter, if you find any bugs, or if you're
-doing something interesting with the code, I would be glad to hear from you.
-Feel free to contact me by email (<htmlurl url="mailto:uz@cc65.org"
-name="uz@cc65.org">).
-
-
-
 <sect>Copyright<p>
 
 od65 is (C) Copyright 2000-2009, Ullrich von Bassewitz. For usage of the