Copy ROM into RAM
Data Structure
ASCII
hex.
dec.
Description
This Escape sequence copies the specified character set (see ESC k <n>) from ROM or
from the font module to RAM. There the individual characters can be altered by the user.
Example
10 REM
20 LPRINT CHR$(27);":";CHR$(0);CHR$(0);CHR$(0);
30 REM Select Download CG
40 LPRINT CHR$(27);"%";CHR$(1);CHR$(0);
50 LPRINT "[ \ ] ' { | } ~"
60 END
ESC ":"
NUL <n> NUL
1B
3A
00
<n> 00
27
58
0
<n> 0
Copy ROM CG into Download CG
copy ROM CG
Download Character Generator
ESC :
75
Need help?
Do you have a question about the Matrix Printer and is the answer not in the manual?