README 602 B

1234567891011
  1. The file 'table' in this directory contains a back end table for the
  2. MC68020 processor as well as one for the MC68000. Both tables use 2 or 4 bytes
  3. for words and 4 bytes for pointers. The table must be preprocessed first
  4. by the C preprocessor.
  5. The file "whichone.h" specifies which code generator is generated:
  6. it #defines either TBL68000 or TBL86020, and it defines WORD_SIZE to either
  7. 2 or 4.
  8. The m68k4(TBL68000) cg can very well be used for the MC68010 processor,
  9. for it makes rather efficient use of the 68010 loop mode.
  10. The mach.[ch] files are also suitable for both the m68020 and the m68k[24].