A SERVICE OF

logo

(Ex. 4) Bit image data transfer by standard BASIC program
To check for proper conversion to the Normaldensity Bit Image mode, execute the following
program.
[PROGRAM]
150 REM bit image printing
160 LPRINT CHR$ ($H1B); "K"; CHR$ ($H50); CHR$ (&H0);
170 FOR N=1 TO $H50
180 LPRINT CHR$(&HFF);
190 NEXT
200 LPRINT CHR$ ($HA);
210 GO TO 160
-69-