diff options
author | Lunar Journal <md.node.0@gmail.com> | 2025-01-12 12:21:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-12 12:21:20 +0200 |
commit | cff8bba7027fa0970f71a6f921fdf55e01d79557 (patch) | |
tree | d1c18a12e2dd68424f370500b928aedd65c29e5d /README.md | |
parent | 347d822fbec1d384e3725ef283199400fb59f6ce (diff) | |
download | z80emu-cff8bba7027fa0970f71a6f921fdf55e01d79557.tar.gz z80emu-cff8bba7027fa0970f71a6f921fdf55e01d79557.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. |