collapseos/apps/forth
Virgil Dupras 3819dbc083 forth: remove CMPDST
We now always do ","-style writes in (HERE), even in IMMEDIATE mode. Simplifies
things and paves the way for compiling words in Forth.
2020-03-12 13:08:11 -04:00
..
README.md apps/forth: new (WIP) application 2020-03-07 12:13:15 -05:00
core.fth forth: add bin dict compilation stage! 2020-03-12 00:14:44 -04:00
dict.asm forth: remove CMPDST 2020-03-12 13:08:11 -04:00
dictionary.txt forth: add words "C@" and "C!" 2020-03-11 22:11:54 -04:00
glue.asm forth: add number literals support 2020-03-07 19:25:55 -05:00
main.asm forth: remove CMPDST 2020-03-12 13:08:11 -04:00
stack.asm forth: change the whole execution model again 2020-03-10 21:37:06 -04:00
util.asm forth: add "UNWORD" flag 2020-03-12 11:39:27 -04: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.