First tul... . ..m45 Second
“ASS ,I,)
_ m*h pass
128 ,28 ASCII Code 61
64 Descender 7
64 Left space: 0
32 Width: 23
101 I I
l-1 I I I I I lOI I I I I lOI
I I I l-1 I I I I I ! I 32 01 = Descender x 128
Ifi I I I I I l-1 I I I I I I a2 = (Left x 16) + Width
., ..-
16
8
4
2
1
Dot data
1st: 74 38 70 70 726 0 0 0 9 9 8 0
16 I I 0 0 70 3d 22 6 6 6
2nd: 28 14 14 74 724 0 64 32 16 0 0 0
32 64 0 0 0 f.? 72’ 74 74 74 72
&urn 67. Add the values of the dots in the boxes first, and then add the value on the lines
NLQ characters with the regular character set, the remarks’regarding the simultaneous use of regular and download characters in the draft character section apply equally to NLQ characters. The following program demonstrates how to use the NLQ download characters with the IBM mode:
1000 LPRINT CHR$(27);"I";CHR$(7);
1010 LPRINT CHR$(27);"=";CHR$(l46);CHR$(O);CHR$(21);
1020 LPRINT CHR$(60);
1030 FOR N=60 TO 62
1040 LPRINT CHR$(128):CHR$(23);
1050 FOR M=l TO 46
1060 READ MM
1070 LPRINT CHR$(MM);
1080 NEXT M
1090 NEXT N
1100 LPRINT
1110 LPRINT CHR$(27);"D";CHR$(ll);CHR$(O);
1120 LPRINT CHR$(27);"[@";CHR$(4);CHR$(O);
1130 LPRINT CHR$(O);CHR$(O);CHR$(34);CHR$(2);
1140 LPRINT - U.S. EXPORTS"
1150 LPRINT CHR$(27);"C@";CHR$(4);CHR$(O);
1160 LPRINT CHR$(O);CHR$(O);CHR$(l71;CHR$(l);
1170 LPRINT CHR$(27);"I":CHR$(7);
c