]> git.sur5r.net Git - cc65/blobdiff - doc/ca65.sgml
Add -d (debug mode) to the assembler options. In studyexpr, use the debug
[cc65] / doc / ca65.sgml
index 4a14d02766cb6c3642360c1604cf7efd533aad24..af762b90a96cc1c1a28fc986878270313459ea83 100644 (file)
@@ -92,6 +92,7 @@ Short options:
   -U                            Mark unresolved symbols as import
   -V                            Print the assembler version
   -W n                          Set warning level n
+  -d                            Debug mode
   -g                            Add debug info to object file
   -h                            Help (this text)
   -i                            Ignore case of symbols
@@ -108,6 +109,7 @@ Long options:
   --cpu type                    Set cpu type
   --create-dep name             Create a make dependency file
   --create-full-dep name        Create a full make dependency file
+  --debug                       Debug mode
   --debug-info                  Add debug info to object file
   --feature name                Set an emulation feature
   --forget-inc-paths            Forget include search paths
@@ -175,6 +177,12 @@ Here is a description of all the command line options:
   information to the assembler.
 
 
+  <tag><tt>-d, --debug</tt></tag>
+
+  Enables debug mode, something that should not be needed for mere
+  mortals:-)
+
+
   <label id="option--feature">
   <tag><tt>--feature name</tt></tag>