diff --git a/doc/cc65.sgml b/doc/cc65.sgml index e1e9214e5..6d036c149 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -837,7 +837,7 @@ This cc65 version has some extensions to the ISO C standard. - The compiler allows to insert assembler statements into the output + The compiler allows to insert assembler expressions into the output file. The syntax is @@ -851,7 +851,7 @@ This cc65 version has some extensions to the ISO C standard. The first form is in the user namespace; and, is disabled if the .

@@ -1714,7 +1714,7 @@ bloated code and a slowdown. Inline assembler

-The compiler allows to insert assembler statements into the output file. The +The compiler allows to insert assembler expressions into the output file. The syntax is @@ -1729,7 +1729,7 @@ or The first form is in the user namespace; and, is disabled by if the argument is not Note: Do not embed the assembler labels that are used as names of global -variables or functions into your int foo;