ack/mach/m68k2/ncg
1987-02-09 16:26:56 +00:00
..
mach.c changed #define m68020 to TBL68020. 1987-01-30 10:57:17 +00:00
mach.h Removed a %03x, which does not work on USG systems 1987-02-09 16:26:56 +00:00
Makefile cc --> $(CC), added -O flag to CFLAGS 1987-01-28 12:49:42 +00:00
README Initial revision 1987-01-29 19:42:53 +00:00
table changed #define m68020 to TBL68020. 1987-01-30 10:57:17 +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. If the -Dm68k4 flag is used when preprocessing, a
code generator for the m68k4 is generated, otherwise a m68020 codegenerator
is produced.	(See Makefile: PREFLAGS)
The m68k4 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.