home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / AS11.ZIP / README.DOC < prev    next >
Text File  |  1989-09-09  |  978b  |  22 lines

  1. 9/9/89
  2. These files constitute a 68HC11 cross assembler for the IBM PC.  In addition
  3. a BASIC interpreter is contained in the file BASIC.OBJ.  This file, in the
  4. S1 format, functions as a BASIC interpreter when executed out of ROM.
  5.  
  6. The assembler, AS11, recognizes standard Motorola assembler format for the
  7. 68HC11 and produces 'S1' object files.  The source code is included and can
  8. be modified and compiled by Mark Williams C, Turbo C or Microsoft C.
  9.  
  10. AS11FST was complied using Mark Williams C and is faster than the original
  11. Motorola complied object code (generated by Lattice C).  AS11 is the original
  12. Motorola object file.
  13.  
  14. The assembler can also be used to generate code for the 6800, 6801 and 6802
  15. if the special HC11 codes are not used.
  16.  
  17. This is a simple assembler and does not support linkable modules, but
  18. otherwise is very complete and bug-free.  It works very well for small
  19. projects.
  20.  
  21. These files were placed into the public domain by Motorola.
  22.