collapseos/forth
Virgil Dupras 44403c3d4c Move icore to blkfs
The way is clear for complete stage1 bootstrapping on the RC2014
target!
2020-04-23 15:14:14 -04:00
..
adev.fs
blk.fs Copy boot.z80 to blkfs 2020-04-22 21:19:12 -04:00
cmp.fs
core.fs Forth-ify 2DUP 2OVER 2SWAP 2020-04-20 23:18:57 -04:00
fmt.fs
link.fs link: add "offset" argument to RLDICT 2020-04-19 16:28:40 -04:00
parse.fs parse: don't validate 0x and 0b lengths 2020-04-21 20:40:23 -04:00
print.fs
readln.fs
README.md

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.