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-3.LBR / P.LBR / PROTCCP.HZP / PROTCCP.HLP
Text File  |  2000-06-30  |  1KB  |  31 lines

  1. ;
  2.                                 PROTCCP.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                1k (3)    E541  1.0        Jay Sage 2/87            Z3COM7
  6.  
  7.   1- Syntax  2- Example of Use                                                
  8.  
  9.  
  10.    PROTCCP changes  the  BDOS entry vector  at  address  6 so  that  a program 
  11. running after  it will not overwrite  the  command processor.  This program is
  12. useful when one wants  to debug  the operation  of  the  command processor and
  13. wants to force a debugger such  as  DDT or DSD  to load below rather than over
  14. the command processor.
  15.  
  16.    Until the  next  warm  boot restores the  page-0 vectors, programs that run
  17. after PROTCCP will think that  the  usable  TPA  extends  only  as  far as the 
  18. command processor (actually slightly below it).
  19. :1
  20.  
  21.  
  22.    Syntax:  PROTCCP<cr>
  23. :2
  24.  
  25.  
  26. Example of Use:
  27.  
  28.    a. PROTCCP;DSDZ XCPR.SYM    <--   will allow full-screen symbolic
  29.                                      debugging of the command processor
  30.                                      until the next warm boot
  31. :