diff --git a/doc/cc65.sgml b/doc/cc65.sgml index 165ae3534..d5c66b119 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -243,6 +243,10 @@ Here is a description of all the command line options: cc65 + Please note that the compiler does not support the c99 standard and never + will. c99 mode is actually c89 mode with a few selected c99 extensions + (// comments for example). + -t target, --target target @@ -1061,6 +1065,13 @@ a future version. Instead use the format specifiers from the table above:

+Implementation-defined behavior

+ +This section describes the behavior of cc65 when the standard describes the +behavior as implementation-defined. + +(to be done) + Bugs/Feedback

If you have problems using the compiler, if you find any bugs, or if you're