ack/mach/m68020/ncg/README

12 lines
602 B
Plaintext
Raw Permalink Normal View History

1987-01-29 19:42:53 +00:00
The file 'table' in this directory contains a back end table for the
1991-03-25 13:16:02 +00:00
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
1987-02-10 09:34:45 +00:00
by the C preprocessor.
The file "whichone.h" specifies which code generator is generated:
1991-03-25 13:16:02 +00:00
it #defines either TBL68000 or TBL86020, and it defines WORD_SIZE to either
2 or 4.
1987-02-10 09:34:45 +00:00
The m68k4(TBL68000) cg can very well be used for the MC68010 processor,
for it makes rather efficient use of the 68010 loop mode.
1987-01-29 19:42:53 +00:00
1991-03-25 13:16:02 +00:00
The mach.[ch] files are also suitable for both the m68020 and the m68k[24].