diff options
author | B. Watson <yalhcru@gmail.com> | 2018-07-16 18:06:48 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-17 07:15:42 +0700 |
commit | 19e983380bc6420cbe0cbebe79d60afb12bd5007 (patch) | |
tree | 232766582038a1d87e6ab1f1499abdc42c709585 /development/z88dk/README | |
parent | 07d87cae3936741f4a5a8940e742fd04a198c090 (diff) |
development/z88dk: Added (C cross compiler targetting the Z80).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/z88dk/README')
-rw-r--r-- | development/z88dk/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/z88dk/README b/development/z88dk/README new file mode 100644 index 0000000000000..a6f364f9876eb --- /dev/null +++ b/development/z88dk/README @@ -0,0 +1,12 @@ +z88dk (C cross compiler targetting the Z80) + +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 name z88dk originates from the time when +the project was founded and targetted only the Cambridge z88 portable. + +Very little documentation is shipped with z88dk, and what's present is +often outdated. For more extensive and updated docs, see the z88dk wikis: + +https://github.com/z88dk/z88dk/wiki +https://www.z88dk.org/wiki/doku.php |