home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d0xx / d092 / as6502.lha / As6502 / readme < prev    next >
Encoding:
Text File  |  1987-08-22  |  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.