ceriel 81b1d21c35 Initial revision 37 years ago
..
.distr 81b1d21c35 Initial revision 37 years ago
Makefile 96d15a6c05 minor mod 37 years ago
README 7cf87cb2a3 *** empty log message *** 37 years ago
mach.c 6eaf182cee Added Rcs Id 37 years ago
mach.h 6eaf182cee Added Rcs Id 37 years ago
table 375b5e9182 Bug fix in BLM 37 years ago
whichone.h 6eaf182cee Added Rcs Id 37 years ago

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 4 bytes
for words as well as 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.
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 m68k4.