mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Added docs for .CHARMAP
git-svn-id: svn://svn.cc65.org/cc65/trunk@2101 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
09629cd229
commit
65b97cd5b5
@ -766,6 +766,22 @@ Here's a list of all control commands and a description, what they do:
|
|||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
|
||||||
|
|
||||||
|
<sect1><tt>.CHARMAP</tt><label id=".CHARMAP"><p>
|
||||||
|
|
||||||
|
Apply a custom mapping for characters. The command is followed by two
|
||||||
|
numbers in the range 1..255. The first one is the index of the source
|
||||||
|
character, the second one is the mapping. The mapping applies to all
|
||||||
|
character and string constants when they generate output, and overrides
|
||||||
|
a mapping table specified with the <tt><ref id="option-t" name="-t"></tt>
|
||||||
|
command line switch.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
<tscreen><verb>
|
||||||
|
.charmap $41, $61 ; Map 'A' to 'a'
|
||||||
|
</verb></tscreen>
|
||||||
|
|
||||||
|
|
||||||
<sect1><tt>.CODE</tt><label id=".CODE"><p>
|
<sect1><tt>.CODE</tt><label id=".CODE"><p>
|
||||||
|
|
||||||
Switch to the CODE segment. The name of the CODE segment is always
|
Switch to the CODE segment. The name of the CODE segment is always
|
||||||
|
Loading…
Reference in New Issue
Block a user