home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 363_02 / readme < prev    next >
Text File  |  1991-12-17  |  2KB  |  30 lines

  1. This 68020 Assembler V1.0 is an upgrade of the 68000 Assembler written by 
  2. Paul McKee of North Carolina State University in 1986, and released to the 
  3. public domain by Marwan Shaban.
  4.     The author of this upgrade has added the 68020 specific mnemonics (but
  5. excluding the Mathematics Coprocessor mnemonics), and also introduced some 
  6. modifications to make the Assembler a little more to his liking.
  7.     The following modifications should perhaps be mentioned specifically:
  8.  
  9.         - The 68000 Assembler was compiled using Microsoft C Compiler, while
  10.           the 68020 Assembler has been compiled using Zortech C Compiler
  11.           version 3. This necessitated some minor changes in the source code, 
  12.           only one of which is worth mentioning: the Zortech compiler does
  13.           not require the malloc.h header, needed by the Microsoft C 
  14.           Compiler,
  15.  
  16.         - The source has been modified to conform to the ANSI C Standard.
  17.  
  18.     The MAKEFILE provided has been used with Zortech MAKE.
  19.     The assembly source files provided have been used for assembler testing.
  20. The 0TEST.BAT file is provided to automatize the testing.
  21.     While the authorship of the 68020 Assembler must be shared between the 
  22. authors of the original version of the 68000 Assembler and the author of this
  23. upgrade, the blame for any errors in the upgrade falls on the latter.
  24.     This upgrade is released to the public domain, without any guarantee 
  25. as to its suitability for any purpose, or even that it will work at all.
  26.  
  27.     Andrew E. Romer                                    September 1991
  28.  
  29.     (38 Bolsover Road, Worthing, West Sussex, England BN13 1NT)
  30.