collapseos/apps/forth
Virgil Dupras ea5f33558a forth: make branching offsets 1 byte
Those bytes, those precious bytes!
2020-03-11 19:52:49 -04:00
..
dict.asm forth: make branching offsets 1 byte 2020-03-11 19:52:49 -04:00
dictionary.txt
glue.asm
main.asm forth: fix IF/THEN/ELSE in colon defs 2020-03-11 17:53:27 -04:00
README.md
stack.asm forth: change the whole execution model again 2020-03-10 21:37:06 -04:00
util.asm forth: make branching offsets 1 byte 2020-03-11 19:52:49 -04:00

Forth

WIP A Forth interpreter. Far from complete, but you can do stuff like

KEY EMIT KEY EMIT

See dictionary.txt for a word reference.