d0c5d3a741
This commit cuts Forth's dependency on zasm. It now self-assembles its own boot-binary! Things are a bit messy now, I'll clean up later. |
||
---|---|---|
.. | ||
boot.fs | ||
core.fs | ||
dictionary.txt | ||
dummy.fs | ||
fmt.fs | ||
icore.fs | ||
notes.txt | ||
parse.fs | ||
readln.fs | ||
README.md | ||
str.fs | ||
z80a.fs | ||
z80c.fs |
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.