home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / ZSUS / Z3HELP-6.LBR / ZA.LBR / Z33DEBUG.HZP / Z33DEBUG.HLP
Text File  |  2000-06-30  |  1KB  |  31 lines

  1. ;
  2.                                Z33DEBUG.LIB                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.               27k (214)  2DC2  1.0a       Rob Friefeld 9/87        Z3RCP3
  6.  
  7.   1- Notes                                                                    
  8.  
  9.    Z33DEBUG is the DEBUG.LIB  memory utility adapted  for  use with the Z33RCP
  10. library of routines.
  11.  
  12.    This version includes  the  hex calculator  of  MU3.  The resultant  RCP is
  13. larger than 2k.  With Z33,  it is easy to set up a large RCP.  If you have not
  14. done so, the hex calculator could easily be removed.  Alternatively,  a LOT of 
  15. room  can  be  saved  by using  a  hard coded  CRT protocol  rather  than  the 
  16. generalized  VLIB  routines.   If  your terminal  doesn't  require  any  fancy 
  17. sequences for CLS, EREOL,  AT, GOTOXY,  STNDOUT,  or STNDEND, you can probably
  18. use HARDVID.LIB to replace the equivalent routines in DEBUG.LIB
  19. :1
  20.  
  21.  
  22. Notes:
  23.  
  24.    a. Expanded command synomyms:  "+" "=" "."  <-- advance one block
  25.                                "-" ","      <-- back one block
  26.    
  27.    b. Some  relative jumps and djnz's have also been added.   To  save  a  few 
  28.       bytes,  the stndout/stdnend and tinit/dinit routines have  also been de-
  29.       modularized to save a few bytes.
  30.  
  31.