mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 21:40:56 +11:00
b062a9092a
As I wrote in my "Clarify signed-ness" commit, "0 <" is broken. Also, made this unit a bit more compact. The RC2014 stage1 can really use some breathing room... |
||
---|---|---|
.. | ||
adev.fs | ||
blk.fs | ||
boot.fs | ||
cmp.fs | ||
core.fs | ||
fmt.fs | ||
icore.fs | ||
link.fs | ||
parse.fs | ||
print.fs | ||
readln.fs | ||
README.md | ||
str.fs | ||
xcomp.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.