.
I.
L
.
Our chart would hardly be complete with just a picture of a chemist’s flask, so in Figure
nDownload character definition command
You’ve read through a long explanation of download characters and we haven’t even told you the command syntax yet! Now the wait is over. This is the most complex command in the
(For STAR mode)
<ESC> "~~" 1 nl n2 rn@ ml m2 m3 m4 m5 m6 m7 m8
m9 ml@ ml1
(For IBM mode)
<ESC> "6" CHR$(Q))nl n2 rng ml m2 m3 m4 m5 m6
m7 m8 m9 ml0 ml1
Like the other
nl and n2 are used to specify the ASCII values of the characters you are defining. The reason that there are two bytes reserved for this is that
57)for the STAR mode, the command would begin with < ESC > ‘I*” CHR$(l) CHR$(48) CHR$(57)... Of course, you can also define individual characters by making nl and n2 equal.
mCJis called the attribute byte, for it describes two attributes of the character we have designed: descender data and propor- tional width information. A byte consists of eigth bits. In the attribute byte, the first (high order) bit is used for the descender data, and the last seven bits are used for proportional widths.
89