aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2026-01-04 23:55:47 +0530
committerkrolxon <krolyxon@tutanota.com>2026-01-04 23:55:47 +0530
commit1fc09b928e7e910a443f90ea1b71a14ccd6b1a51 (patch)
tree6b0330a4ddbc9e358631b20ae11bab713680f843
parent4d311dec594811debcda82069bfdd72906101233 (diff)
update readme
-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