mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 22:20:55 +11:00
2af959a13d
Since the fix of its RAM addr, we use the wrong CURRENT in every usage of IMMEDIATE in icore. We therefore have to manually set the flag for all 3 immediate words in that unit. |
||
---|---|---|
.. | ||
boot.fs | ||
core.fs | ||
dictionary.txt | ||
fmt.fs | ||
icore.fs | ||
notes.txt | ||
parse.fs | ||
print.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.