mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 19:58:08 +11:00
3819dbc083
We now always do ","-style writes in (HERE), even in IMMEDIATE mode. Simplifies things and paves the way for compiling words in Forth. |
||
---|---|---|
.. | ||
core.fth | ||
dict.asm | ||
dictionary.txt | ||
glue.asm | ||
main.asm | ||
README.md | ||
stack.asm | ||
util.asm |
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.