uxnrepl

uxn interpreter
git clone git://bvnf.space/uxnrepl.git
Log | Files | Refs | README | LICENSE

commit d423634ce5fd0dc32ed3565edc96694854d08ea6
parent a0e6f872c95f1d7149225f127edf90b507999527
Author: phoebos <ben@bvnf.space>
Date:   Wed,  1 Jun 2022 23:11:40 +0100

add README

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

diff --git a/README.md b/README.md @@ -0,0 +1,23 @@ +# uxnrepl + +a repl for uxn! + +you can see what the opcodes do: +``` +#12 #34 +wst: 12 34 +rst: +ADD +wst: 46 +rst: +``` + +## todo + +* write the programs into memory somewhere, so that we can do jumps +* add devices? +* `#3456 #1234 GTH2` should evaluate to `#01` not `#0001` + +## notes + +you might enjoy using uxnrepl behind a readline wrapper, such as rlwrap