]> git.sur5r.net Git - cc65/blobdiff - doc/cl65.sgml
Add the default libraries if both, a target and a config file are given.
[cc65] / doc / cl65.sgml
index 76a51993ffdef6795a91ed61f7f0d7d1b0bd0593..5fd701ee4973428ef688933ba410be81252429bf 100644 (file)
@@ -2,9 +2,11 @@
 
 <article>
 <title>cl65 Users Guide
-<author>Ullrich von Bassewitz, <tt/uz@musoftware.de/
+<author>Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">
 <date>01.08.2000
-<abstract>cl65 is the compile &amp; link utility for cc65.
+
+<abstract>
+cl65 is the compile &amp; link utility for cc65, the 6502 C compiler.
 </abstract>
 
 <!-- Table of contents -->
@@ -58,8 +60,10 @@ Long options:
   --asm-include-dir dir        Set an assembler include directory
   --debug                      Debug mode
   --debug-info                 Add debug info
+  --feature name        Set an emulation feature
   --help                       Help (this text)
   --include-dir dir    Set a compiler include directory path
+  --mapfile name       Create a map file
   --target sys                 Set the target system
   --version                    Print the version number
   --verbose                    Verbose mode
@@ -104,11 +108,11 @@ There are a few remaining options that control the behaviour of cl65:
 
   <tag><tt>-t sys, --target sys</tt></tag>
 
-  The default for this option is different from the compiler and linker in
-  the case that the option is missing: While the compiler and linker will
-  use the "none" system settings by default, cl65 will use the C64 as a
-  target system by default. This was choosen since most people seem to use
-  cc65 to develop for the C64.
+  The default for this option is different from the compiler and linker in the
+  case that the option is missing: While the other tools (compiler, assembler
+  and linker) will use the "none" system settings by default, cl65 will use
+  the C64 as a target system by default. This was choosen since most people
+  seem to use cc65 to develop for the C64.
 
 </descrip>
 
@@ -171,7 +175,7 @@ to do this.
 
 If you have problems using the utility, if you find any bugs, or if you're
 doing something interesting with it, I would be glad to hear from you. Feel
-free to contact me by email (<htmlurl url="uz@cc65.org" name="uz@cc65.org">).
+free to contact me by email (<htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">).