another submission for the ST. It runs in any case on a color monitor
(med and high res); I have no chance of testing it on a monochrome
monitor.

The following program (FASTDUMP.PRG) should be placed in the AUTO
folder, so that it is made resident at startup time.  After pressing
Alternate-Help the screen is dumped to the printer (at least, a copy of
the graphic image 8-). It is much faster than the standard routine but
only suitable for text screens.

The program was compiled and linked with the compiler and linker that
come with the Lattice-C compiler, as follows:

    Click on LC.TTP, then enter:
fastdump

    Create a file fastdump.lnk with contents (2 lines):
INPUT fastdump.bin
LIBRARY clib.bin

    Click on LINK.TTP, then enter:
-with fastdump

The resulting code was 1924 bytes in size.

    L.J.M. de Wit
    Nachtegaallaan 7
    5731XP Mierlo
    Holland

