]> git.sur5r.net Git - cc65/commitdiff
Docs for new features
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 23 Aug 2003 09:19:56 +0000 (09:19 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 23 Aug 2003 09:19:56 +0000 (09:19 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2408 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/da65.sgml

index 9155c7bf8ab1e61b636932d2f476b99da286f11e..cd9b6315b505c6cfa72b2e70ed9d44cafc7fdc3e 100644 (file)
@@ -55,6 +55,7 @@ Short options:
   -V                    Print the disassembler version
 
 Long options:
+  --comments n          Set the comment level for the output
   --cpu type            Set cpu type
   --debug-info          Add debug info to object file
   --formfeeds           Add formfeeds to the output
@@ -74,6 +75,14 @@ Here is a description of all the command line options:
 
 <descrip>
 
+  <label id="option--comments">
+  <tag><tt>--comments n</tt></tag>
+
+  Set the comment level for the output. Valid arguments are 0..4. Greater
+  values will increase the level of additional information written to the 
+  output file in form of comments.
+
+
   <label id="option--cpu">
   <tag><tt>--cpu type</tt></tag>
 
@@ -146,7 +155,7 @@ Here is a description of all the command line options:
 
   <tag><tt>-v, --verbose</tt></tag>
 
-  Increase the assembler verbosity. Usually only needed for debugging
+  Increase the disassembler verbosity. Usually only needed for debugging
   purposes. You may use this option more than one time for even more
   verbose output.
 
@@ -231,6 +240,20 @@ following attributes are recognized:
 
 <descrip>
 
+  <tag><tt>COMMENTS</tt></tag>
+
+  This attribute may be used instead of the <tt><ref id="option--comments"
+  name="--comments"></tt> option on the command line. It takes a numerical
+  parameter between 0 and 4. Higher values increase the amount of information
+  written to the output file in form of comments.
+
+
+  <tag><tt>CPU</tt></tag>
+
+  This attribute may be used instead of the <tt><ref id="option--cpu"
+  name="--cpu"></tt> option on the command line. It takes a string parameter.
+
+
   <tag><tt>INPUTNAME</tt></tag>
 
   The attribute is followed by a string value, which gives the name of the
@@ -265,12 +288,6 @@ following attributes are recognized:
   the input file (this assumes that the input file is a ROM that contains the
   reset and irq vectors).
 
-
-  <tag><tt>CPU</tt></tag>
-
-  This attribute may be used instead of the <tt><ref id="option--cpu"
-  name="--cpu"></tt> option on the command line. It takes a string parameter.
-
 </descrip>
 
 
@@ -305,6 +322,11 @@ following attributes are recognized:
     <tag><tt>BYTETABLE</tt></tag>
     The range consists of data and is disassembled as a byte table.
 
+    <tag><tt>DBYTETABLE</tt></tag>
+    The range consists of data and is disassembled as a table of dbytes
+    (double byte values, 16 bit values with the low byte containing the
+    most significant byte of the 16 bit value).
+
     <tag><tt>WORDTABLE</tt></tag>
     The range consists of data and is disassembled as a table of words
     (16 bit values).