aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2026-01-05 00:11:08 +0530
committerkrolxon <krolyxon@tutanota.com>2026-01-05 00:11:08 +0530
commit2fb5bbaa8d97a390b3175026040709c762cb93ec (patch)
treec26823da26358d0b67ccd78905b0c43a43ce9da1 /README.md
parent49e6897d7938169d5d16cc6a40e555c8a5ba0242 (diff)
add examples
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e3ffea8..48f85e9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# 8-Bit CPU Emulator
-## Added instructions
+## Supported Instructions
1. MOV
2. ADD
3. SUB
@@ -11,7 +11,7 @@
# Usage
```bash
-cargo run -- --f <filename.asc>
+cargo run -- --f <examples/filename.asc>
```
## Todo