aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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