George Koehler 0131ca4d46 Delete 689 undead files. %!s(int64=11) %!d(string=hai) anos
..
.distr c7edcc34d6 New installation mechanism %!s(int64=33) %!d(string=hai) anos
README 8b67c1f800 Fix to fix %!s(int64=33) %!d(string=hai) anos
instrmacs.h b4a2b975a0 added m68k2 stuff, added patterns %!s(int64=34) %!d(string=hai) anos
mach.c 1db6a3029b Header --> Id %!s(int64=30) %!d(string=hai) anos
mach.h 1db6a3029b Header --> Id %!s(int64=30) %!d(string=hai) anos
table 384c4bc698 Fixed bug with 4-byte sets on 2-byte machines %!s(int64=26) %!d(string=hai) anos
whichone.h 1db6a3029b Header --> Id %!s(int64=30) %!d(string=hai) anos

README

The file 'table' in this directory contains a back end table for the
MC68020 processor as well as one for the MC68000. Both tables use 2 or 4 bytes
for words and 4 bytes for pointers. The table must be preprocessed first
by the C preprocessor.
The file "whichone.h" specifies which code generator is generated:
it #defines either TBL68000 or TBL86020, and it defines WORD_SIZE to either
2 or 4.
The m68k4(TBL68000) cg can very well be used for the MC68010 processor,
for it makes rather efficient use of the 68010 loop mode.

The mach.[ch] files are also suitable for both the m68020 and the m68k[24].