Z88DK

{{Short description|Z88DK origin}}

{{Infobox software

| name = Z88DK

| logo =

| screenshot =

| caption =

| developer = Dominic Morris et al.

| released = {{Start date and age|1998}}

| latest release version = 2.3

| latest release date = {{Start date and age|2023|12}}

| latest preview version =

| programming language = ANSI C

| operating system = Multiplatform

| genre = Cross compiler

| license = Artistic License

| website = {{URL|https://z88dk.org}}

}}

Z88DK is a Small-C-derived cross compiler{{cite web |url=https://www.allthingsmicro.com/index.php/tutorials/creating-a-z80-development-environment |title=Creating a Z80 Development Environment |website=www.allthingsmicro.com |access-date=14 January 2022 |archive-url=https://web.archive.org/web/20170211080424/https://www.allthingsmicro.com/index.php/tutorials/creating-a-z80-development-environment |archive-date=11 February 2017 |url-status=dead}} for a long list of Z80-basedcomputers.[https://www.z88dk.org/wiki/doku.php?id=targets Z88DK Supported Targets][http://www.vintageisthenewold.com/z88dk-development-kit-for-z80-gets-new-version/ Vintage is the New Old: Z88DK – Development kit for Z80 gets new version] The name derives from the fact that it was originally developed to target the Cambridge Z88.[http://futurice.com/blog/build-environment-like-its-1986 futurice: Build environment like it's 1986] Z88DK is a collection of software development tools that targets the 8080 and Z80 families of machines. It allows the development of programs in C, assembly language, or any mixture. 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 run on AmigaOS, BeOS, HP-UX 9, Linux, BSD, Mac OS X, Solaris, Win64, Win32, Win16, and MS-DOS.

Supported target platforms

As of the {{As of|2009|alt=time of writing}} Z88DK supports the following target platforms:

See also

References

{{reflist}}