home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 624b.lha / SrcAnalyzer / ReadMe < prev    next >
Encoding:
Text File  |  1992-03-23  |  2.0 KB  |  72 lines

  1. *************************************************************************
  2. *                                    *
  3. *    Conditions of use            SrcAnalyzer        *
  4. *    -----------------            -----------        *
  5. *                                    *
  6. *    This program has been provided for the enjoyment of the masses.    *
  7. *    It is Public Domain.                        *
  8. *    Since the author doesn't ask for anything in return, the user    *
  9. *    will accept the following conditions:                *
  10. *                                    *
  11. *    1) In no case whatsoever shall the author be liable for any    *
  12. *       damages, losses etc... due to the use of this program.    *
  13. *    2) Distribution of the program is only allowed subject to the    *
  14. *       following restrictions:                    *
  15. *                                    *
  16. *    2.a) No file part of this distribution will be omitted or    *
  17. *         modified in any way.                    *
  18. *    2.b) None of the files which are part of this distribution    *
  19. *         should be stored on environmentally unfriendly media.    *
  20. *         (e.g. paper! (listings, faxes))                *
  21. *                                    *
  22. *                    Laurence Vanhelsuwé        *
  23. *                    22-FEB-92            *
  24. *                                    *
  25. *************************************************************************
  26.  
  27.             Program Title : SrcAnalyzer
  28.             ---------------------------
  29.             Author : Laurence Vanhelsuwé
  30.             ----------------------------
  31.  
  32. 1. How to "install":
  33.    -----------------
  34.  
  35.     "SrcAnalyzer" is a standalone executable.
  36.     It doesn't need any assigns or run-time files.
  37.  
  38. 2. How to use it:
  39.    --------------
  40.  
  41.     SrcAnalyzer is used to analyse 68000 source files to determine
  42.     mnemonic frequencies.
  43.     The program produces an ASCII file called "chart.dat" of the format
  44.  
  45.         :
  46.     XXXXX MNEM
  47.     XXXXX MNEM
  48.     XXXXX MNEM
  49.         :
  50.  
  51.     Where XXXXX is a decimal integer and MNEM is the assembler mnemonic
  52.     string (Use program "Chart" to display a bargraph of this data).
  53.     Any source lines with unknown mnemonics are dumped to standard out.
  54.  
  55.     I wrote this program to get an idea of which 68K instructions are
  56.     most frequently used.
  57.     This information in turn can be used to optimize the parsing of
  58.     mnemonics in a 68K assembler.
  59.  
  60.  
  61.     Any comments, ideas or bug reports? 
  62.     My name and address are:
  63.     
  64.     Laurence Vanhelsuwé
  65.     Christinastraat 105
  66.     8400 Oostende
  67.     Belgium
  68.  
  69.  
  70.  
  71.                             Enjoy !
  72.