aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2026-01-04 21:44:47 +0530
committerkrolxon <krolyxon@tutanota.com>2026-01-04 21:44:47 +0530
commita566c1737bc8cfa0c65ccd684af534c7430c35f6 (patch)
tree8f30aecbaf7bcecde6955867a9527bf49dacae43 /README.md
parentd05f2980db4a3bd6cb90dae478560fc15fccb128 (diff)
simulator -> emulator
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index b9d68f2..1105403 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# 8-Bit CPU Simulator
+# 8-Bit CPU Emulator
## Added instructions
1. MOV
@@ -8,3 +8,9 @@
5. JZ (Jump if zero)
5. JZ (Jump if not zero)
6. HLT (Halt)
+
+## Todo
+- [ ] Assembler
+ - [ ] Lexer/Tokenizer
+- [ ] Error handling
+- [ ] Build Debugger