Update cc65.sgml
This commit is contained in:
@@ -1370,7 +1370,7 @@ sequences of the input.
|
|||||||
Example:
|
Example:
|
||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
/* Use a space wherever an 'a' occurs in ISO-8859-1 source */
|
/* Use a space wherever an 'a' occurs in ISO-8859-1 source */
|
||||||
#pragma charmap (0x61, 0x20);
|
#pragma charmap (0x61, 0x20)
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user