Adapted for new distribution
This commit is contained in:
parent
391f6cc9ea
commit
1694c10f39
27
NEW
27
NEW
|
@ -1,17 +1,16 @@
|
||||||
What's new:
|
What's new:
|
||||||
A lot of things have changed since that previous distribution.
|
A lot of things have changed since the previous distribution.
|
||||||
It is not wise to mix files created by the previous version of the Kit
|
It is not wise to mix files created by the previous version of the Kit
|
||||||
with files belonging to this version, although that might sometimes work.
|
with files belonging to this version, although that might sometimes work.
|
||||||
The major additions are:
|
The major changes are:
|
||||||
- Basic frontend
|
- a new C-compiler and runtime system
|
||||||
- New codegenerator
|
- a new C preprocessor
|
||||||
- LL(1) parser generator
|
- new assembler framework, allowing the generation of relocatable
|
||||||
- Vax backend with 4-byte wordsize
|
object code for most processors
|
||||||
- Motorola 68000 backend with 4-byte wordsize
|
- new versions of all assemblers, using the new assembler framework
|
||||||
- Motorola 68000 interpreter for 2- and 4-byte wordsize
|
- a new link-editor, linking is now a separate and fast phase for most
|
||||||
- Z8000 assembler and backend.
|
machines
|
||||||
- 6805 assembler
|
- improved Pascal compiler, now also handles 4-byte wordsize
|
||||||
- NatSem 16032 assembler
|
- Motorola M68020 backend and assembler
|
||||||
- Intel 8080 backend
|
- improved version of LL(1) parser generator, producing faster code
|
||||||
- Zilog Z80 backend
|
- a new language: Occam
|
||||||
- Signetics 2650 assembler
|
|
||||||
|
|
Loading…
Reference in a new issue