collapseos/apps/forth
Virgil Dupras f0cf10ab7c forth: Check for PS underflow 2020-03-07 20:20:11 -05:00
..
README.md apps/forth: new (WIP) application 2020-03-07 12:13:15 -05:00
dict.asm forth: Check for PS underflow 2020-03-07 20:20:11 -05:00
dictionary.txt forth: add +-*/ 2020-03-07 19:42:07 -05:00
glue.asm forth: add number literals support 2020-03-07 19:25:55 -05:00
main.asm forth: Check for PS underflow 2020-03-07 20:20:11 -05:00
stack.asm forth: Check for PS underflow 2020-03-07 20:20:11 -05:00
util.asm forth: Check for PS underflow 2020-03-07 20:20:11 -05:00

README.md

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.