home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / uploads / cprot.lbr / CPROT.FOR < prev    next >
Encoding:
Text File  |  1993-06-07  |  512 b   |  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.