aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2026-01-04 23:59:29 +0530
committerkrolxon <krolyxon@tutanota.com>2026-01-04 23:59:29 +0530
commit49e6897d7938169d5d16cc6a40e555c8a5ba0242 (patch)
treedb437915563a3787eef945ef82ce7e4ecec8fa19 /README.md
parent1fc09b928e7e910a443f90ea1b71a14ccd6b1a51 (diff)
update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9eba237..e3ffea8 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,8 @@ cargo run -- --f <filename.asc>
```
## Todo
-- [x] Assembler
+- [ ] Assembler
- [x] Lexer/Tokenizer
+ - [ ] Add label support (supporting JMP/JZ/JNZ)
- [ ] Error handling
- [ ] Build Debugger