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