]> git.sur5r.net Git - cc65/commitdiff
Fixed a few inaccuracies the the description of the --codesize option.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 12 Sep 2009 22:04:35 +0000 (22:04 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 12 Sep 2009 22:04:35 +0000 (22:04 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4160 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/cc65.sgml

index 2b824848c71a68b2264c09a50451668e1f19cb1f..a0a01c1c432912a7cd995bf61945bdbd40893be0 100644 (file)
@@ -131,7 +131,7 @@ Here is a description of all the command line options:
   This options allows finer control about speed vs. size decisions in the code
   generation and optimization phases. It gives the allowed size increase
   factor (in percent). The default is 100 when not using <tt/-Oi/ and 200 when
-  using <tt/-Oi/ (<tt/-Oi/ is the same as <tt/--codesize&nbsp;200/).
+  using <tt/-Oi/ (<tt/-Oi/ is the same as <tt/-O --codesize&nbsp;200/).
 
 
   <tag><tt>--cpu CPU</tt></tag>
@@ -340,7 +340,7 @@ Here is a description of all the command line options:
   runtime functions would have been called, even if the generated code is
   larger. This will not only remove the overhead for a function call, but will
   make the code visible for the optimizer. <tt/-Oi/ is an alias for
-  <tt/--codesize&nbsp;200/.
+  <tt/-O --codesize&nbsp;200/.
 
   <tt/-Or/ will make the compiler honor the <tt/register/ keyword. Local
   variables may be placed in registers (which are actually zero page
@@ -429,7 +429,7 @@ and the one defined by the ISO standard:
        those functions with pointers to user-written, not-fastcall functions.
        <p>
 <item> The <tt/volatile/ keyword doesn't have an effect. This is not as bad
-        as it sounds, since the 6502 has so few registers that it isn't 
+        as it sounds, since the 6502 has so few registers that it isn't
         possible to keep values in registers anyway.
        <p>
 </itemize>