home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d771 / sourcopt.lha.pi < prev   
Text File  |  1994-03-25  |  571b  |  18 lines

  1. .name
  2. SourcOpt
  3. .author
  4. Alexander Fritsch 
  5. .version
  6. 1.0
  7. .description
  8. A little assembly language source optimizer.  While most assemblers have
  9. optimization, they optimize the compiled code.  One disadvantage of this
  10. however, is when debugging code thru a disassembler or monitor, the code
  11. you see differs from that you have written because of the optimization.  By
  12. optimizing the source first, you can eliminate some of these differences.
  13. CLI usage only.  
  14. .described-by
  15. Automatically generated from Contents file by c2pi program.
  16. .short
  17. Assembly language source optimizer
  18.