PPIP18 ------ CHANGES SINCE PPIP17 -------------------- Support for Z80DOS and it's method of time stamping added. These files have PPIP173 as it's direct ancestor. READY-TO-RUN ------------ The PPIP.COM file is ready to run on a normal CP/M 80 system. It does not have the ZCPR3, DATESTAMP, or Z80DOS options turned on. The PPIP-Z.COM file is ready to run on a ZCPR3 or ZCPR33 system and has the DATESTAMP turned on, also. The PPIP-Z8.COM file is ready to run on a ZCPR3 or ZCPR33 system and has the Z80DOS turned on, also. ASSEMBLING ---------- If wishing to assemble the file, after extracting and uncrunching all entries, edit the PPIP18.Z80 file. There are three main options to set, the ZCPR3 option ,the DATSTMP option, and the Z80DOS option. You will likely not need to look at/change any other options. Then just use Z80ASM by SLR, ZAS or M80 to assemble the file. The other files (like PPIP-0.Z80, etc.) are "include" files which are automatically assembled when you say: B>Z80ASM PPIP18 (SLR assembler) or B>M80 =PPIP18 If using the M80 assembler you would then use L80 to change the resulting PPIP18.REL file into a .COM file ready to use: B>L80 PPIP18,PPIP/N/E to get a ready-to-run file named PPIP.COM.