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 / JSAGE / ZSUS / PROGPACK / CPROT.LBR / CPROT.FOR < prev    next >
Text File  |  2000-06-30  |  512b  |  7 lines

  1. CPROT is a simple utility for use in debugging programs such as 
  2. operating system modules and type 3 Z system utilties which must be 
  3. protected from overlay by a debugger.  CPROT creates "protected" 
  4. memory above a specified address by creating a double jump to CP/M DOS 
  5. starting with the DOS jump at 05h.  The jump vector at 06h addresses a 
  6. jump to DOS at a user specified address.  CPROT makes several checks 
  7. to prevent overwriting op sys or itself.  Source included.