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 + */