PDA

View Full Version : z88dk v1.7



Kojote
July 24th, 2007, 05:26
z88dk is a z80 C cross compiler supplied with an assembler/linker and a set of libraries implementing the C standard library for a number of different z80 based machines.

The compiler featured in z88dk is a much enhanced Small C compiler; the compiler accepts many features of ANSI C and is only deficient in a few areas where implementation on a z80 processor might prove inefficient. The compiler performs simple optimisations, but the bulk of the optimisation is achieved by a set of peep-hole rules, which will typically reduce the size of a large project by up to a third.

The libraries supplied with z88dk are designed to be as generic as possible, indeed it is possible to port to a new machine simply by supplying two library routines and some startup code.

This version adds support for the SEGA MASTER SYSTEM along with Newbrain, Rabbit and the TS2068.

All interested coders can visit the official page at http://www.z88dk.org/

BlueCrab
July 24th, 2007, 07:22
Interesting, indeed. I might have to make use of that some day, to do a little tinkering with CrabEmu.