aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1105403..9eba237 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,13 @@
5. JZ (Jump if not zero)
6. HLT (Halt)
+# Usage
+```bash
+cargo run -- --f <filename.asc>
+```
+
## Todo
-- [ ] Assembler
- - [ ] Lexer/Tokenizer
+- [x] Assembler
+ - [x] Lexer/Tokenizer
- [ ] Error handling
- [ ] Build Debugger