go-vise

Constrained Size Output Virtual Machine
Info | Log | Files | Refs | README | LICENSE

commit 957d59bb1a33310f9cbe83cb650ec15c16c1300e
parent 57bb9af9402b7eff0927edb166e4b4c043124eb0
Author: lash <dev@holbrook.no>
Date:   Sun, 16 Apr 2023 09:28:10 +0100

Update readme

Diffstat:
MREADME.md | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -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).