diff options
| author | krolxon <krolyxon@tutanota.com> | 2026-01-05 00:11:08 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2026-01-05 00:11:08 +0530 |
| commit | 2fb5bbaa8d97a390b3175026040709c762cb93ec (patch) | |
| tree | c26823da26358d0b67ccd78905b0c43a43ce9da1 /README.md | |
| parent | 49e6897d7938169d5d16cc6a40e555c8a5ba0242 (diff) | |
add examples
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
