ack/mach/moon3/ncg
1990-09-04 17:13:37 +00:00
..
instrmacs.h added m68k2 stuff, added patterns 1990-08-20 13:55:38 +00:00
mach.c added m68k2 stuff, added patterns 1990-08-20 13:55:38 +00:00
mach.h added m68k2 stuff, added patterns 1990-08-20 13:55:38 +00:00
Makefile added stackheight message handling 1990-07-18 14:53:19 +00:00
README *** empty log message *** 1987-02-10 09:34:45 +00:00
table changed stacheight to topeltsize 1990-09-04 17:13:37 +00:00
whichone.h Initial revision 1990-08-20 15:07:38 +00:00

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.