]> git.sur5r.net Git - cc65/commitdiff
The existing global option HEXOFFS and the --hexoffs command line switch
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 5 Feb 2011 15:58:37 +0000 (15:58 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 5 Feb 2011 15:58:37 +0000 (15:58 +0000)
weren't documented.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4962 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/da65.sgml

index 0ce43976c2e54d61574aee730eb928571680b22c..bf934f1de8bf57a37e20437fba9f057b9409552c 100644 (file)
@@ -133,6 +133,12 @@ Here is a description of all the command line options:
   Print the short option summary shown above.
 
 
+  <label id="option--hexoffs">
+  <tag><tt>--hexoffs</tt></tag>
+
+  Output label offsets in hexadecimal instead of decimal notation.
+
+
   <label id="option--info">
   <tag><tt>-i name, --info name</tt></tag>
 
@@ -317,6 +323,13 @@ following attributes are recognized:
   name="--cpu"></tt> option on the command line. It takes a string parameter.
 
 
+  <tag><tt/HEXOFFS/</tag>
+  The attribute is followed by a boolean value. If true, offsets to labels are
+  output in hex, otherwise they're output in decimal notation. The default is
+  false. The attribute may be changed on the command line using the <tt><ref
+  id="option--hexoffs" name="--hexoffs"></tt> option.
+
+
   <tag><tt/INPUTNAME/</tag>
   The attribute is followed by a string value, which gives the name of the
   input file to read. If it is present, the disassembler does not accept an