From: cuz Date: Thu, 10 Oct 2002 21:44:19 +0000 (+0000) Subject: Document the new #pragma syntax. Add comment about not using the asm names X-Git-Tag: V2.12.0~2172 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c3661446ee66713587b51b68fe4769a06f075345;p=cc65 Document the new #pragma syntax. Add comment about not using the asm names of global symbols in inline assembler statements. git-svn-id: svn://svn.cc65.org/cc65/trunk@1460 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/cc65.sgml b/doc/cc65.sgml index fb4778d48..007fa6b1b 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -615,13 +615,13 @@ generation and other stuff. The character index is actually the code of the character in the - C source, so character mappings do always depend on the source - character set. This means that While it is possible to use character literals as indices, the - result may be somewhat unexpected, since character literals are - itself translated. For this reason I would suggest to avoid - character literals and use numeric character codes instead. + result may be somewhat unexpected, since character literals are + itself translated. For this reason I would suggest to avoid + character literals and use numeric character codes instead. Example: @@ -631,7 +631,7 @@ generation and other stuff. -#pragma checkstack (<const int>)