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 ``` ## 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