add more todos

This commit is contained in:
krolxon 2026-01-05 12:14:24 +05:30
parent 8d479202b0
commit c3620252c7
1 changed files with 6 additions and 2 deletions

View File

@ -42,8 +42,12 @@ cargo run -- --f <examples/filename.asc>
``` ```
## Todo ## Todo
- [ ] Assembler - [x] Assembler
- [x] Lexer/Tokenizer - [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 - [ ] Error handling
- [ ] Build Debugger - [ ] Build Debugger