C Complier for Z80
Here’s an interesting project I came across last week through a contact on LinkedIn – a C Compiler for the Z80 processor. The Z88 DK project was originally conceived for the Cambridge Z88, but now supports a variety of Z80 based platforms including the ZX Spectrum. There are the generic libraries you’d expect from a C compiler including stlib, maths, malloc and string, as well as support for sprites, sound, interrupts and 3D rotation. In …