Development environment for Z80-based computers.
 
 
Go to file
Marco Maccaferri f64f95e172 Updated minimum JRE requirement 2022-08-01 09:06:49 +02:00
build Updated minimum JRE requirement 2022-08-01 09:06:49 +02:00
examples Fixed ROM paging 2020-06-09 11:56:20 +02:00
lib Removed old unused libraries 2020-11-28 10:55:39 +01:00
src Fixed cursor position and report sequences 2020-10-29 19:50:09 +01:00
src-tests Fixed cursor position and report sequences 2020-10-29 19:50:09 +01:00
.classpath Updated JSSC library (fixes Windows 10 crash) 2020-11-28 10:48:08 +01:00
.gitignore Repository setup 2018-12-17 19:52:18 +01:00
.project Initial application skeleton and build script 2018-12-17 20:25:17 +01:00
LICENSE Initial application skeleton and build script 2018-12-17 20:25:17 +01:00
LICENSE.glass Added Glass Z80 compiler 2018-12-18 04:48:29 +01:00
LICENSE.z80core Added Z80 core emulator 2018-12-26 09:12:35 +01:00
NOTICE.glass Added Glass Z80 compiler 2018-12-18 04:48:29 +01:00
README.md Updated description 2019-01-05 09:01:34 +01:00
Z80 Tools Build.launch Initial application skeleton and build script 2018-12-17 20:25:17 +01:00
Z80 Tools.launch Libraries updated to Eclipse SDK 4.16 (2020-06) 2020-10-29 09:18:14 +01:00
build.xml Updated JSSC library (fixes Windows 10 crash) 2020-11-28 10:48:08 +01:00

README.md

Z80 Tools

Development environment for Z80-based computers.

Features:

  • Editor with source code highlight and auto-formatting features
  • Advanced assembler, generates binary, Intel Hex and listing outputs
  • Integrated debugger with simple SIO emulation
  • ANSI / VT-100 terminal with support for packed and XModem binary uploads
  • Multiplatform (Linux, Windows and MacOS)