diff options
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 |
