Z88DK

From Wikipedia, the free encyclopedia
Z88DK
Developer(s)Dominic Morris et al.
Initial release1998; 26 years ago (1998)
Stable release
2.3 / December 2023; 5 months ago (2023-12)
Written inANSI C
Operating systemMultiplatform
TypeCross compiler
LicenseArtistic License
Websitez88dk.org

Z88DK is a Small-C-derived cross compiler[1] for a long list of Z80 based computers.[2][3] The name derives from the fact that it was originally developed to target the Cambridge Z88.[4] Z88DK is a collection of software development tools that targets the 8080 and Z80 family of machines. It allows development of programs in C, assembly language or any mixture of the two. What makes z88dk unique is its ease of use, built-in support for many Z80 machines and its extensive set of assembly language library subroutines implementing the C standard and extensions.

It has been used for many software and hardware projects, notably the REX DK (targeted to the REX 6000 platform) and the S1 SDK (targeted to the S1 MP3 Player) teams.

The compiler is highly portable, and is known to be run on AmigaOS, BeOS, HP-UX 9, Linux, BSD, Mac OS X, Solaris, Win64, Win32, Win16 and MS-DOS.

Supported target platforms[edit]

As of the time of writing Z88DK supports the following target platforms:[2]

See also[edit]

References[edit]

  1. ^ "Creating a Z80 Development Environment". www.allthingsmicro.com. Archived from the original on 11 February 2017. Retrieved 14 January 2022.
  2. ^ a b Z88DK Supported Targets
  3. ^ Vintage is the New Old: Z88DK – Development kit for Z80 gets new version
  4. ^ futurice: Build environment like it's 1986

External links[edit]