diff --git a/doc/cc65.sgml b/doc/cc65.sgml index 73f0ec321..4d4ff3706 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -54,7 +54,6 @@ The compiler may be called as follows: --------------------------------------------------------------------------- Usage: cc65 [options] file Short options: - -A Strict ANSI mode -Cl Make local variables static -Dsym[=defn] Define a symbol -I dir Set an include directory search path @@ -76,7 +75,6 @@ Short options: Long options: --add-source Include source as comment - --ansi Strict ANSI mode --bss-name seg Set the name of the BSS segment --check-stack Generate stack overflow checks --code-name seg Set the name of the CODE segment @@ -93,6 +91,7 @@ Long options: --register-vars Enable register variables --rodata-name seg Set the name of the RODATA segment --signed-chars Default characters are signed + --standard std Language standard (c89, c99, cc65) --static-locals Make local variables static --target sys Set the target system --verbose Increase verbosity @@ -108,14 +107,6 @@ Here is a description of all the command line options: -