home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / d.lbr / DEBUG.HZP / DEBUG.HLP
Encoding:
Text File  |  1991-11-18  |  1.4 KB  |  28 lines

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