Update readme

This commit is contained in:
lash 2023-04-16 09:28:10 +01:00
parent 57bb9af940
commit 957d59bb1a
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 15 additions and 0 deletions

View File

@ -223,3 +223,18 @@ Will output bytecode on STDOUT generated from a valid assembly file.
Will list all the instructions on STDOUT from a valid binary file.
## Interactive case examples
Found in `examples/`.
Be sure to `make examples` before running them.
Can be run with e.g. `go run ./examples/<case> -s 80`
Contents of the case directory:
* `*.vis` - assembly code.
* `*.bin` - bytecode for each node symbol (only after make).
* `*.txt.orig` - default contents of a single data entry.
* `*.txt` - current contents of a single data entry (only after make).