collapseos/forth
2020-04-15 16:53:04 -04:00
..
adev.fs
blk.fs Support nested LOAD 2020-04-14 21:04:07 -04:00
boot.fs Strip usages of IY register 2020-04-15 16:53:04 -04:00
cmp.fs Clarify signed-ness 2020-04-15 12:29:47 -04:00
core.fs Make word routine refs 1b instead of 2 2020-04-15 15:16:11 -04:00
fmt.fs Clarify signed-ness 2020-04-15 12:29:47 -04:00
icore.fs Make word routine refs 1b instead of 2 2020-04-15 15:16:11 -04:00
link.fs Make word routine refs 1b instead of 2 2020-04-15 15:16:11 -04:00
parse.fs
print.fs
readln.fs
README.md
str.fs
xcomp.fs Make word routine refs 1b instead of 2 2020-04-15 15:16:11 -04:00
z80a.fs Make word routine refs 1b instead of 2 2020-04-15 15:16:11 -04:00
z80c.fs Strip usages of IY register 2020-04-15 16:53:04 -04:00

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.