aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2026-01-05 12:14:24 +0530
committerkrolxon <krolyxon@tutanota.com>2026-01-05 12:14:24 +0530
commitc3620252c7f0b1efadca500c6bb3d882d7dbd2ed (patch)
tree4a00c186ee3168576506b74fa085916c45132c9f /README.md
parent8d479202b0c9dbe13bb95ad572a060b69642ec26 (diff)
add more todos
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6e6835d..2290da0 100644
--- a/README.md
+++ b/README.md
@@ -42,8 +42,12 @@ cargo run -- --f <examples/filename.asc>
```
## Todo
-- [ ] Assembler
+- [x] Assembler
- [x] Lexer/Tokenizer
- - [ ] Add label support (supporting JMP/JZ/JNZ)
+ - [x] Add label support (supporting JMP/JZ/JNZ)
+- [ ] Add instructions
+ - [ ] CMP
+ - [ ] CALL
+ - [ ] RET
- [ ] Error handling
- [ ] Build Debugger