diff options
| author | tyropro <[email protected]> | 2026-05-23 12:50:35 +0100 |
|---|---|---|
| committer | tyropro <[email protected]> | 2026-05-23 12:50:35 +0100 |
| commit | 962dbbb033db2f1b924f8759a49ac70684a30d51 (patch) | |
| tree | 3e82e8f37482c7cd59e53411b1a8116d3ac6e46c | |
| parent | a8ce81c7b06fb7fc2edcda1db7df52cc95c33cc7 (diff) | |
Updated README
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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>`. |
