home *** CD-ROM | disk | FTP | other *** search
- ;
- DEBUG.LIB
-
- Size (recs) CRC Version Author/Latest Issue Disk
- 20k (160) 839D 1.1 Rob Friefeld 10/87 Z3COM5
-
- 1- Notes
-
-
- DEBUG.LIB is a temporary, dynamically loaded, RCP, for program debugging.
- It's a cut-down version of MU3, but memory resident. Vs 1.1 has been modified
- for use with Z33RCP. The following has been added to the DEBUG RCP package:
-
- - H Hex Calculator (from MU3)
- - F Fill Memory syntax: start address, end address, byte value
- - M Move Memory syntax: start address, end address, destination
-
- Vs 1.0 (6/84) by R. Conn.
- :1
- DEBUG Notes
-
- a. The DEBUG package is about 2300 bytes (with H and CLS). For those using
- a 2k RCP, the added commands can be deleted. Alternatively, about 500
- bytes can be saved by replacing the VLIB routines with a hard coded CRT
- protocol (HARDVID.LIB). The original CRT routines are in TCAPVID.LIB.
- Before assembly, set the equate at the top of the DEBUG file for your
- choice. HARDVID lib works on Wyse, Televideo, Ampex and similar
- terminals as is.