update readme

This commit is contained in:
krolxon 2026-01-04 23:55:47 +05:30
parent 4d311dec59
commit 1fc09b928e
1 changed files with 7 additions and 2 deletions

View File

@ -9,8 +9,13 @@
5. JZ (Jump if not zero) 5. JZ (Jump if not zero)
6. HLT (Halt) 6. HLT (Halt)
# Usage
```bash
cargo run -- --f <filename.asc>
```
## Todo ## Todo
- [ ] Assembler - [x] Assembler
- [ ] Lexer/Tokenizer - [x] Lexer/Tokenizer
- [ ] Error handling - [ ] Error handling
- [ ] Build Debugger - [ ] Build Debugger