home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / biblioteki / c_library / apurify / readme < prev    next >
Text File  |  1977-12-31  |  1KB  |  33 lines

  1. Short:    Enforcer-like tool without MMU. V1.3
  2. Author:   devulder@info.unicaen.fr      (Samuel DEVULDER)
  3.  
  4.                                 APurify
  5.                                 -------
  6.  
  7. A program that detects illegal memory access of your programs. It needs asm
  8. sourcefile (or reverse-engineering generated sourcefile) and insert code to
  9. check memory access.
  10.  
  11. It consists of a source parser and a linking library. 
  12.  
  13. This archive contains files  for  APurify  v1.3.  There are GCC version and 
  14. other compilers-version included. Read MIT-APurify.doc if you are using GCC 
  15. and MOT-APurify.doc for other compilers.
  16.  
  17. The source  is available from author  and is not   included in that archive
  18. (I'm not so proud of it since it is not well-written).
  19.  
  20. New in this release (see doc/History):
  21.  
  22. - V1.3 (parser V0.7):
  23.     + now uses environment variable
  24.     + can use output defined by patterns
  25.     + can generate small code and small data code
  26.     + auto detects _main. Calling AP_Init() is no more needed :-)
  27.     + now detects pea followed by jsr and treat it correctly.
  28.     + changed find_chunk() now uses binary search => speed increase.
  29.  
  30. Happy debugging !
  31.  
  32.                 Sam.
  33.