home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / asmprogs / asmfilter / asmfilter.doc < prev   
Text File  |  1987-10-25  |  770b  |  12 lines

  1. Documentation for ASMFilter.bas
  2.  
  3.        When using the Metacomco disassembler (DISASM) to convert a program into
  4. a file suitable for re-assembling, it is normally necessary to do quite a lot of
  5. work on the resulting text file.  I have written ASMFilter.bas to do a lot of
  6. the dirty work automatically.  Simply supply the names of the input and output
  7. files when requested, and let the program do the rest.  Rather than explain each
  8. step of operation of the program, it is far easier to try it out, and examine
  9. the resulting file that it creates.  When ASMFilter.bas has completed its job,
  10. the screen will flash, and a beeping noise will be heard.  Press any key to exit
  11. at this point.  This program will execute many times faster if compiled using
  12. the AC-BASIC compiler.