update readme
This commit is contained in:
parent
4d311dec59
commit
1fc09b928e
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue