summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2025-01-12 12:21:20 +0200
committerGitHub <noreply@github.com>2025-01-12 12:21:20 +0200
commitcff8bba7027fa0970f71a6f921fdf55e01d79557 (patch)
treed1c18a12e2dd68424f370500b928aedd65c29e5d /README.md
parent347d822fbec1d384e3725ef283199400fb59f6ce (diff)
downloadz80emu-cff8bba7027fa0970f71a6f921fdf55e01d79557.tar.gz
z80emu-cff8bba7027fa0970f71a6f921fdf55e01d79557.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8a06694..3a69d46 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
# z80emu
-`Project Status` : `Work In Progress`
-
This repository contains a bare bones implementation of a `Z80` emulator (written in `Typescript`), supporting up to `150+` basic `opcodes`. It is intended to be an educational project to show how one would approach simulating the behaviour of an `8-bit` microprocessor.
The `simulator` interface steps through a compiled binary and dumps the contents of each `Z80` register after each `fetch`, `decode`, `execute` instruction cycle to the console.