home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 191.lha / MungeII / readme.2 < prev    next >
Text File  |  1988-04-28  |  587b  |  13 lines

  1. This archive contains three versions of Bryce Nesbitt's debugging tool
  2. "Memory Munger" with enhancements by me, Joe Pearce. The logic of the
  3. Munger is to set all free memory to an odd value, so that a pointer
  4. improperly used from free memory will cause an Address Exception. This
  5. indicates a bug!
  6.  
  7.     munge2    -    normal munger, patched CloseWindow to solve layer bug
  8.     munge2L -    special munger usable when you are not using Intuition
  9.     munge2P -    a munger that assumes you have used SetPatch from WB1.3
  10.     checkmunge - verifies that free memory has not been altered.
  11.  
  12. The source is also included.
  13.