dfaa1dc101
As long as our target was the first word of the "user" dict, using target's prev to compute offset was fine, but when the target is not the first word, this system breaks down. This is the case when, instead of including source code in our boot binary, we paste it in Collapse OS' prompt. Also, adjust RC2014 recipe to include stage 3 assembling instructions with the "paste into prompt" method. |
||
---|---|---|
.. | ||
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.