From b8438e66990240f014815e133b6e258bb6afbe43 Mon Sep 17 00:00:00 2001 From: Marco Maccaferri Date: Sat, 5 Jan 2019 09:01:34 +0100 Subject: [PATCH] Updated description --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 92fc783..4c7d35c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ ## 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)