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 / CPM / UTILS / ARC-LBR / NULU.PAT < prev    next >
Text File  |  2000-06-30  |  1KB  |  22 lines

  1.   How to patch NULU 1.5 to make it start up more quickly
  2.             by Jon Saxton, 30th April 1987.
  3.  
  4. When NULU loads the first thing it does is an internal CRC
  5. calculation to check its own integrity.  The idea is to make
  6. sure the program was loaded correctly and/or that it had not
  7. been corrupted on the disk.  This is a most admirable idea
  8. and it protects you against the unforseen and unpredictable
  9. consequences of executing a bad copy of the program.
  10.  
  11. Unfortunately, the checking takes time (about 2 seconds) and
  12. that can become annoying after a while.  If your impatience
  13. exceeds your concern for safety then you can risk changing
  14. the jump instruction at the start of the program from
  15.         JP      0146h
  16. to
  17.         JP      01A2h
  18. to bypass the checking.  Of course if you do that you will
  19. be completely at variance with the intentions of the author
  20. but then none of your other programs does an internal check
  21. and you're not paranoid about those, are you?
  22.