Printer SPOOLER

Andy Metcalfe wrote a spooler for CP/M+ in 1989, find the original manual here. The spooler was coded in 8080 mnemonics – I converted it to Z80 and optimized it a little bit.

Here the source files:

Definitions Definition file for the programs
Main program The program installes the RSX
RSX The RSX must be combined with the main program
List the spool queue The program list the jobs in the the spool queue
Deleting program 1 This tool deactivates the RSX and spool jobs
Deleting program 2 The program cancels printing of spooled files
Utility List all RSX installed
Library Common routines for the spooler tool