summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyropro <[email protected]>2026-05-23 12:50:35 +0100
committertyropro <[email protected]>2026-05-23 12:50:35 +0100
commit962dbbb033db2f1b924f8759a49ac70684a30d51 (patch)
tree3e82e8f37482c7cd59e53411b1a8116d3ac6e46c
parenta8ce81c7b06fb7fc2edcda1db7df52cc95c33cc7 (diff)
Updated README
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 40e91bc..5e0c860 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,9 @@ This is an interpreter for the [Little Man Computer](https://en.wikipedia.org/wi
This is currently designed to have as much parity with the [simulator currently hosted by Peter Higginson](https://peterhigginson.co.uk/lmc).
This resulted in me using some very weird ways of accomplishing this task.
+
+## Usage
+
+To use the interpreter, have your LMC code in a file like in [/lmc_code/](https://codeberg.org/tyropro/lmc-interpreter/src/branch/main/lmc_code).
+
+Then run `lmc-interpreter-<os>-<arch> <path to code file>`.