A SERVICE OF

logo

ESC &
Format:
Define User-defined Characters (NLQ mode)
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 :
Format:
Copy ROM into RAM
ASCII code: ESC
0
n
0
Decimal:
27
58
0
n
0
Hexadecimal: 1B
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 %
Format:
Select User-defined Set
ASCII code: ESC
Decimal:
27
Hexadecimal: 1B
%
n
37
n
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 user-defined set.
Command Summary 9-33