diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-05 17:01:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 17:01:01 +0200 |
commit | 5a758890c33ecfe0228c4e41d8b564c3f20aa492 (patch) | |
tree | 3b3d260e8ce036fa32b85d2676be4a96a71f6021 /README.md | |
parent | cec438433ef1ca230ac20b5c37a93f005a40e0c3 (diff) | |
download | z80emu-5a758890c33ecfe0228c4e41d8b564c3f20aa492.tar.gz z80emu-5a758890c33ecfe0228c4e41d8b564c3f20aa492.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # z80emu -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. +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. |