What do you think?
Rate this book


150 pages, Hardcover
First published April 1, 1983
The programs, which are written in Microsoft BASIC, may be used with slight changes on any given microcomputer that uses a Microsoft BASIC interpreter for its operating system. They are the best programs in BASIC for their specific application; they do not use functions that are peculiar to a particular manufacturer’s version of BASIC. In short, they are written in the BASIC used by most microcomputers today.
Line 1030 assigns one of the pins on a dot matrix printer to be used in the printing. Again all printers are not alike. Line 1040-1060 poke a Z-80 machine language subroutine into a reserved section of memory. The rest of this subroutine simply sends the array, VA, to the printer line by line. Don’t be overly concerned about understanding it.