diff --git a/doc/cc65.sgml b/doc/cc65.sgml index 8998bfd62..e89fc842e 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -194,7 +194,7 @@ Here is a description of all the command line options: locations). There is some overhead involved with register variables, since the old contents of the registers must be saved and restored. Since register variables are of limited use without the optimizer, there is also a combined - switch: . @@ -657,7 +657,7 @@ The compiler defines several macros at startup: __OPT__ @@ -1031,7 +1031,7 @@ Or, to access a struct member of a static variable:

-Note: Do not embedd the assembler labels that are used as names of global +Note: Do not embed the assembler labels that are used as names of global variables or functions into your asm statements. Code like this