#010 CP/M Users Group Volume 10 Description: - Lawrence Livermore Basic Interfaced to CP/M with disk load of programs These programs replace the versions issued on CP/M Users' Group Volume 2 NUMBER SIZE NAME COMMENTS 10.01 1k -CATALOG.010 Contents of CP/M Users Group Volume 10 4k LLLBASIC.DOC Comments on programs in Volume 10 10.1 85k LLLBASIC.ASM See LLLBASIC.DOC 10.2 7k LLLBASIC.COM Total assembled package 10.3 61k LLLFP.ASM See LLLBASIC.DOC 10.4 5k LLLMON.ASM See LLLBASIC.DOC 10.5 1k TEST.FIL Test program. To run type "LLLBASIC TEST.FIL" and after "READY" prompt, type "PTAPE" then you may "LIST" or "RUN" #011 CP/M Users Group Volume 11 Description: - Disk Tinibasic - Disk Processor Technology Basic/5 NUMBER SIZE NAME COMMENTS 11.01 1k -CATALOG.011 Contents of CP/M Users Group Volume 11 11.02 2k VOLUME11.DOC Comments on contents 11.1 76k BASIC/5.ASM Processor Tech 5k Diskified Basic 11.2 8k BASIC/5.COM 5k Basic in 8k (sign of the times) 11.3 7k BASIC/5.DOC CP/M implementation and other major extensions explained 11.4 6k STARTREK.TBI Was also #2.7 see VOLUME11.DOC 11.5 1k TINICOPY.SUB Someone uses the SUBMIT program?? 11.6 62k TINIDISK.ASM Source of Tinidisk 11.7 3k TINIDISK.COM Was also #2.8 11.8 13k TINIDISK.DOC Was also #2.9 #012 CP/M Users Group Volume 12 Description: Pilot Interpreters Patched for CP/M NUMBER SIZE NAME COMMENTS 12.01 1k -CATALOG.012 Contents of CP/M Users Group Volume 12 12.1 1k GOLDI.PLT Source program for ZPILOT 12.2 2k HIPILOT.PLT Source program for ZPILOT 12.3 67k PILOT.ASM Patched version of #7.2 See PILOT.DOC 12.4 5k PILOT.COM See PILOT.DOC 12.5 2k PILOT.DOC Description of CP/M implementation of PILOT 12.6 1k PILOT.TST Source program for PILOT. Type "PILOT PILOT.TST" to run 12.7 5k PMON.ASM CP/M interface used in PILOT.COM 12.8 1k WIERD WIERD.PLT re-coded for the PILOT.COM syntax for comparison purposes only. [wonder who can't spell strawberries??] 12.9 1k WIERD.PLT Source program for ZPILOT 12.10 1k ZPILOT.COM Object of ZPILOT.Z80 12.11 7k ZPILOT.Z80 Zilog mnemonic source of a PILOT interpreter. No DOC!! #013 CP/M Users Group Volume 13 Description: - Basic-E Programs - CBASIC Programs - Microsoft Basic Programs A very mixed bunch. Zoso laments about the quality in his Christmas play, complete with Greek chorus. This diskette is a must for anyone who must have a copy of everything. Unfortunately a few jewels here may be missed because of the company it keeps in this volume. The *.ASC are microsoft, the *.BAS will (sometimes) compile on Basic-E/CBASIC. Many are compatible. All can be switched with syntactical synchronization (who said that??) (my lips didn't move). NUMBER SIZE NAME COMMENTS 13.01 2k -CATALOG.013 Contents of CP/M Users Group Volume 13 13.1 7k 15/PUZ.ASC Program in Microsoft Basic 13.2 7k 1500.ASC Program in Microsoft Basic 13.3 2k 23MATCH.BAS Program in Basic-E/CBASIC 13.4 3k BAGELS.BAS Program in Basic-E/CBASIC 13.5 4k BIORYME.ASC Program in Microsoft Basic 13.6 6k BLACKJAC.BAS Program in Basic-E/CBASIC 13.7 1k BULLSEYE.BAS Program in Basic-E/CBASIC 13.8 6k CHECKERS.BAS Program in Basic-E/CBASIC 13.9 2k CHIEF.BAS Program in Basic-E/CBASIC 13.10 2k CONVERT.BAS Program in Basic-E/CBASIC 13.11 7k DICE.BAS Program in Basic-E/CBASIC 13.12 7k KINGDOM.BAS Program in Basic-E/CBASIC 13.13 13.14 15k NFL.BAS Program in Basic-E/CBASIC 13.15 4k ROCKET.BAS Program in Basic-E/CBASIC 13.16 1k RUSSIAN.BAS Program in Basic-E/CBASIC 13.17 16k SWARMS.BAS Program in Basic-E/CBASIC 13.18 16k SWARMS2.ASC Program in Microsoft Basic 13.19 2k TRAP.BAS Program in Basic-E/CBASIC 13.20 6k WUMPAS.BAS Program in Basic-E/CBASIC 13.21 23k ZOSO.2 When the review is about twice as long as any of the programs, I guess the reviewer has something on her/his mind. #014 CP/M Users Group Volume 14 Description: Various CP/M Utilities NUMBER SIZE NAME COMMENTS 14.01 2k -CATALOG.014 Contents of CP/M Users Group Volume 14 14.1 5k ARTICLE Text for SECTEST below (did you know that the West German garment industry grosses $30 BN?) 14.2 6k BCD-DRVR Driver to convert ASCII to that funny reverse BCD used by IBM 2740 terminals 14.3 5k DLDHI.ASM High portion of DLOAD - See DOC 14.4 5k DLOAD.ASM Patches to put MITS 3.2 8k Basic up on CP/M with CSAVE/CLOAD to disk 14.5 4k DLOAD.DOC Implementation notes for DLOAD and comments on MOVE, LIST32 and the use of MITS 8k Basic Vers 3.2 after patching 14.6 3k DUMP.COM Running version of DUMP below, supplied as DUMP.ASM coded for TDL assembler (8080 ok) 14.7 23k DUMP.MAC Fantastic disk viewer program. Can address files, CP/M groups or sectors directly, uses standard console output, and displays in ddt DUMP form with HEX and ASCII simultaneously. 14.8 5k LIST32.ASM program to recover ascii file from internal storage MITS 3.2 form - See DLOAD.DOC 14.9 2k MOVE.ASM A PIP to transfer files without the problem of 's in files with non-COM type names, such as Basic-E/CBASIC INT files - See DLOAD.DOC 14.10 3k PUT.ASM Used to load a file at any memory address, and optionally start to run it. Useful for poking odd drivers and monitors into memory for those with no front panel. 14.11 10k REL1.ASM Instructive re-construction of RELOC/CPM program See RELHOW.DOC. Note that relocation table is not included. 14.12 9k REL256.COM Reloc for integer k-100h system 14.13 9k REL512.COM Reloc for integer k-200h system 14.14 9k REL768.COM Reloc for integer k-300h system 14.15 3k RELHOW.DOC Implementation notes for relocating CP/M Version 1.3 at 100H increments instead of 400H as supplied 14.16 10k SECTEST.BAS CBASIC program for testing context comprehension and recall. Uses the article file #14.1 14.17 1k SECTEST.DOC Bob tells how to use it 14.18 7k SEDY.ASM Disk peeking program. 14.19 2k SEDY.COM Compilation, as 14.18 written for TDL assembler (8080 ok) #015 CP/M Users Group Volume 15 Description: Utilities and non-Basic Games NUMBER SIZE NAME COMMENTS 15.01 2k -CATALOG.015 Contents of CP/M Users Group Volume 15 15.1 2k ALLOC.ASM Source of 8.1 with improvements to allow "ALLOC B:" and give display of only the usable portion of diskette 15.2 2k BEASTIE.ASM Sol VDM game from Dr. Dobbs 15.3 8k CHASE.ASM Sol VDM game from Dr. Dobbs 15.4 6k DUMP.ASM Kernl utility. See 15.7 15.5 3k INIT.ASM Kernl initiation routine. See 15.7 15.6 3k INIT2.ASM Kernl initiation routine. See 15.7 15.7 57K KERNl.ASM kernel of Real-Time Interactive Multi-purpose Operating System from Dr. Dobbs 2:8 Of Sept 1977. original per the MDS implementation described 15.8 8k MDGCBIOS.ASM BIOS written in TDL assembler for Tarbell controller 15.9 2k MDGSBOOT.ASM Boot for 15.5 15.10 25k OTHELLO.COM Running object from 15.11 15.11 12k OTHELLO.FOR Fortran source of board game 15.12 16k PRINT3.ASM Further re-write of 8.23 to permit command line control of titles, pagination and print pitch 15.13 1k PROC1.ASM Procedure to operate under Kernl. See 15.7 15.14 1k PROC2.ASM Procedure to operate under Kernl. See 15.7 15.15 2k PROC3.ASM Procedure to operate under Kernl. See 15.7 15.16 1k PROC4.ASM Procedure to operate under Kernl. See 15.7 15.17 2k PROC5.ASM Procedure to operate under Kernl. See 15.7 15.18 1k PROC6.ASM Procedure to operate under Kernl. See 15.7 15.19 2k PROC7.ASM Procedure to operate under Kernl. See 15.7 15.20 1k PROC8.ASM Procedure to operate under Kernl. See 15.7 15.21 4k ROMP.ASM Tarbell tape loader and saver 15.22 46k SOLOS.ASM Sol Operating System published in ACCESS. commented and includes noted patch to use as cp/m console 15.23 2k TARGET.ASM Sol VDM Game by george W. Rompot from MITS newsletter 15.24 6k TLOAD.ASM Re-write of 6.18 with documented enhancements 15.25 5k TSAVE.ASM Re-write of 6.20 with documented enhancements #016 CP/M Users Group Volume 16 Description: - Assemblers - Other Utilities - FOCAL NUMBER SIZE NAME COMMENTS 16.01 2k -CATALOG.016 Contents of CP/M Users Group Volume 16 16.02 7k VOLUME16.DOC Comments on certain programs 16.1 9k ASMX.COM Assembler which recognizes Z-80 ops See VOLUME16.DOC [careful: with correct syntax (ASMX filename.aaa) this does work. With faulty syntax the program takes revenge on the disk directory.] runs ok on 8080 16.2 12k COPYDSK.ASM Disk copy program. See VOLUME16.DOC 16.3 13k COPYDSK.MAC As 16.2 for TDL assembler 16.4 7k CPMUTIL.ASM CP/M subroutines useful generally and employed as part of Z80ASM 16.17 16.5 3k EDIT.COM Intel-like editor. Does L F B and -B much faster than ED.COM. See VOLUME16.DOC 16.6 8k EDUCATOR.ASM 8080 instruction set tutor from Byte of July 1976 16.7 57k FOCAL.ASM Focal language interpreter. See VOLUME16.DOC 16.8 8k MACASM.COM Macro assembler. See VOLUME16.DOC 16.9 2k MOVDOWN.ASM Program to load file which operates below 100H 16.10 2k SEEK.ASM Set disk track from front panel during alignment 16.11 9k SPAT1.ASM Re-write of 1.29 to generalize console from original VDM dependancy 16.12 2k TASMIO.DOC Doc for TASMIO patch to put TDL tape assembler up on CP/M 16.13 3k TASMIO.HEX See TASMIO.DOC 16.14 18k TASMIO.MAC See TASMIO.DOC 16.15 3k TEST1A.ASM Successful test for Z80ASM 16.17 16.16 1k TEST2.ASM Unsuccessful test for Z80ASM 16.17 16.17 9k Z80ASM.COM Zilog mnemonic assembler. Runs on 8080. See Z80DOC.DOC 16.18 16.18 4k Z80DOC.DOC DOC for 16.17 16.19 28k Z80MAIN.ASM See 16.17 16.20 4k Z80OPCDS.ASM See 16.17 16.21 11k Z80SUBS.ASM See 16.17 #017 CP/M Users Group Volume 17 Description: - Utilities - Denver Tiny Basic - Non-Basic Games NUMBER SIZE NAME COMMENTS 17.01 1k -CATALOG.017 Contents of CP/M Users Group Volume 17 17.02 3k VOLUME17.DOC Comments on certain programs 17.1 13k 3DTICTAC.ASM Game not yet patched to CP/M 17.2 50k CROROS.ASM Cromemco Resident Operating System See VOLUME17.DOC 17.3 16k DENVBAS.ASM Denver Tiny Basic from Dr. Dobbs no CP/M I/O yet 17.4 6k DISASM.COM Revision of Intel disassembler See VOLUME17.DOC 17.5 6k DISPLAY.ASM Part of space game. See VOLUME17.DOC 17.6 6k FUNCTION.ASM Part of space game. See VOLUME17.DOC 17.7 14k MINOL.ASM Corrected version of a Tiny Basic from Dr. Dobbs 17.8 2k NUMS.ASM Part of space game. See VOLUME17.DOC 17.9 25k PROCCALC.ASM Pro Tech desk calculator package. See VOLUME17.DOC 17.10 19k SPACE.ASM Part of space game. See VOLUME17.DOC 17.11 7k Z80-OPS.ASM Z-80 mnemonics recognized by ASMX 16.1 #018 CP/M Users Group Volume 18 Description: - CASUAL - Math Routines - Monitors NUMBER SIZE NAME COMMENTS 18.01 1k -CATALOG.018 Contents of CP/M Users Group Volume 18 18.02 1k VOLUME18.DOC Comments on certain programs 18.1 40k CASUAL.ASM Casual language from Dr. Dobbs 1:10 of December 1976, re-written in Intel mnemonics. No CP/M I/O yet 18.2 39k FLTARITH.ASM Section 1 of Intel 8008 math routines re-written for 8080. Can stand alone or run with FPCONV 18.3 18.3 18k FPCONV.ASM section 2 of Intel 8008 math routines re-written for 8080. Acts as binary to decimal interface to FLTARITH 18.2 18.4 39k MATH.ASM Yale math routines 18.5 2k MATH.DOC Comments on MATH.ASM 18.4 18.6 24k MILMON80.ASM Stand-alone monitor editor assembler See VOLUME18.DOC 18.7 46k PROCSELF.ASM Software Package #1. No CP/M I/O yet #019 CP/M Users Group Volume 19 Description: Various Utilities NUMBER SIZE NAME COMMENTS 19.01 2k -CATALOG.019 Contents of CP/M Users Group Volume 19 19.02 6k VOLUME19.DOC Comments on volume contents 19.1 17k ADE.ASM Absolute disk editor. See VOLUME19.DOC 19.2 6k COPY.ASM Disk copy program. See VOLUME19.DOC 19.3 9k CPM.DOC Imsai's description of CP/M 19.4 21k LINK.ASM Remote computer control via D C Hayes modem board. See VOLUME19.DOC 19.5 17k LINK73.ASM Earlier version of 19.4 for standard modem 19.6 60k RM80.ASM Resident PROM monitor. See VOLUME19.DOC and RM80.DOC 19.7 19.7 8k RM80.DOC Comments on RM80 19.6 19.8 4k SAP.ASM Sorts and packs directory. See VOLUME19.DOC and XFER 19.12 19.9 8k SCOPY.ASM Diskette copy program for single disk system See VOLUME19.DOC 19.10 16k TREAD.ASM RM80 tape backup utility with 19.11 19.11 10k TSAVE.ASM RM80 tape save utility with 19.10 19.12 9k XFER.ASM File copy program for single disk system See VOLUME19.DOC and SAP 19.8