home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog-asm / as6502.lzh / AS6502 / README < prev    next >
Encoding:
Text File  |  1991-08-16  |  704 b   |  17 lines

  1.   This directory contains the source for a portable 6502 assembler
  2. written in C. I captured it from the net and improved it and ported
  3. it to the Amiga. I compiled it under Manx. The port required only 
  4. minor changes. There are 2 documentation files - as6502.man and
  5. as6502.notes.  The source in UNIX nroff format for these files are
  6. as6502.1 (use -man) and user.nr respectively. A test source file,
  7. assmtest, and the resulting listing file, assmtest.l, are included.
  8. These can be used to check functions after compiling. Type the 
  9. following:
  10. as6502 -nsv assmtest >temp
  11. then compare temp to assmtest.l. They should be the same except for
  12. the dates in the headings.
  13.  
  14.  
  15. Joel Swank
  16. Tektronix, Redmond, Oregon
  17.