ceriel 8262bfb8f4 Fixed bug with 4-byte sets on 2-byte machines 26 anni fa
..
.distr 36df9913a1 New installation mechanism 33 anni fa
Makefile 7ad8e806dc removed -i flag 33 anni fa
README 20d4d031dd Fix to fix 33 anni fa
instrmacs.h b587691b16 added m68k2 stuff, added patterns 34 anni fa
mach.c f26dd7bb01 Header --> Id 30 anni fa
mach.h f26dd7bb01 Header --> Id 30 anni fa
table 8262bfb8f4 Fixed bug with 4-byte sets on 2-byte machines 26 anni fa
table_dir 36df9913a1 New installation mechanism 33 anni fa
whichone.h e27e0eafd0 Initial revision 34 anni fa

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].