]> git.sur5r.net Git - cc65/blobdiff - doc/cl65.sgml
Fixed 65C02 timing again.
[cc65] / doc / cl65.sgml
index 647b1bdbd2c3c4e3e7b90e2b6bda6b3360a5d5f9..c6761ed9e14b01a13aa336f103e5ccb2695dadba 100644 (file)
@@ -44,7 +44,7 @@ Short options:
   -o name                       Name the output file
   -r                            Enable register variables
   -t sys                        Set the target system
-  -u sym                        Force an import of symbol `sym'
+  -u sym                        Force an import of symbol 'sym'
   -v                            Verbose mode
   -vm                           Verbose map file
   -C name                       Use linker config file
@@ -90,7 +90,7 @@ Long options:
   --debug                       Debug mode
   --debug-info                  Add debug info
   --feature name                Set an emulation feature
-  --force-import sym            Force an import of symbol `sym'
+  --force-import sym            Force an import of symbol 'sym'
   --help                        Help (this text)
   --include-dir dir             Set a compiler include directory path
   --ld-args options             Pass options to the linker
@@ -103,7 +103,7 @@ Long options:
   --memory-model model          Set the memory model
   --module                      Link as a module
   --module-id id                Specify a module id for the linker
-  --no-std-lib                  Don't link the standard library
+  --no-target-lib               Don't link the target library
   --o65-model model             Override the o65 model
   --obj file                    Link this object file
   --obj-path path               Specify an object file search path
@@ -186,9 +186,9 @@ There are a few remaining options that control the behaviour of cl65:
   seem to use cc65 to develop for the C64.
 
 
-  <tag><tt>--no-std-lib</tt></tag>
+  <tag><tt>--no-target-lib</tt></tag>
 
-  This option tells the cl65 to not include the standard library into the list
+  This option tells the cl65 to not include the target library into the list
   of libraries.