ESC & |
| Define | |||||||
Format: |
|
|
|
|
|
|
|
|
|
ASCII code: | ESC | & | 0 | n1 | n2 | a0 | a1 | a2 | d1 . . . . . dn |
Decimal: | 27 | 38 | 0 | n1 | n2 | a0 | a1 | a2 | d1 . . . . . dn |
Hexadecimal: | 1B | 26 | 00 | n1 | n2 | a0 | a1 | a2 | d1 . . . . . dn |
Comments:
This command allows characters to be redefined in the NLQ mode. The variables n1 and n2 must be between 58 and 63 (3A through 3F hex).
ESC : |
|
|
| Copy ROM into RAM | |
Format: |
|
|
|
|
|
ASCII code: | ESC |
| 0 | n | 0 |
Decimal: | 27 | 58 | 0 | n | 0 |
H e x a d e c i m a l : 1 B | 3A | 00 | n | 00 |
Comments:
This code copies the characters in the ROM into RAM so that specific characters can be redefined. One of the NLQ fonts is copied depending on the value specified for n.
0 = Roman 1= Sam Serif
ESC % |
|
| Select |
Format: |
|
|
|
ASCII code: | ESC | % | n |
Decimal: | 27 | 37 | n |
H e x a d e c i m a l : 1 B | 25 | n |
Comments:
ESC & is required to define the character set. The following values can be used for n:
0:Selects the normal set.
1:Selects the
Command Summary