collapseos/apps/forth
Virgil Dupras 989d8bbabf forth: add "DOES>" and "CONSTANT" 2020-03-07 22:18:14 -05:00
..
README.md apps/forth: new (WIP) application 2020-03-07 12:13:15 -05:00
dict.asm forth: add "DOES>" and "CONSTANT" 2020-03-07 22:18:14 -05:00
dictionary.txt forth: add "DOES>" and "CONSTANT" 2020-03-07 22:18:14 -05:00
glue.asm forth: add number literals support 2020-03-07 19:25:55 -05:00
main.asm forth: add "DOES>" and "CONSTANT" 2020-03-07 22:18:14 -05:00
stack.asm forth: add "DOES>" and "CONSTANT" 2020-03-07 22:18:14 -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.