From: cuz Date: Thu, 24 May 2001 18:27:43 +0000 (+0000) Subject: Fixed a few copy'n paste errors - thanks to Keith Gerdes X-Git-Tag: V2.12.0~2807 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c80bb24eee59ec735506fa58ec2b5da092a24dba;p=cc65 Fixed a few copy'n paste errors - thanks to Keith Gerdes git-svn-id: svn://svn.cc65.org/cc65/trunk@759 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/cc65.sgml b/doc/cc65.sgml index b4c9146b1..3f773f23b 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -129,13 +129,13 @@ Here is a description of all the command line options: --codesize x This options allows finer control about speed vs. size decisions in the - code generation phase. It gives the allowed size increase factor (in + code generation phase. It gives the allowed size increase factor (in percent). The default is 100 when not using --cpu CPU - + A new, still experimental option. You may specify "6502" or "65C02" as the CPU. 6502 is the default, so this will not change anything. Specifying 65C02 will use a few 65C02 instructions when generating code. @@ -629,7 +629,7 @@ id="pragma-checkstack">

Example: - #pragma bssseg ("MyCODE") + #pragma codeseg ("MyCODE") @@ -645,7 +645,7 @@ id="pragma-checkstack">

Example: - #pragma bssseg ("MyDATA") + #pragma dataseg ("MyDATA") @@ -661,7 +661,7 @@ id="pragma-checkstack">

Example: - #pragma bssseg ("MyRODATA") + #pragma rodataseg ("MyRODATA") @@ -682,8 +682,8 @@ id="pragma-checkstack">

Example: #pragma regvaraddr(1) /* Allow taking the address - * of register variables - */ + * of register variables + */