collapseos/forth
Virgil Dupras eefa8e6de5 Add word "BLK!"
as well as emulator support for it. We can now write an edited
block back to "blkfs".
2020-04-16 17:22:18 -04:00
..
adev.fs
blk.fs Add word "BLK!" 2020-04-16 17:22:18 -04:00
boot.fs boot: compaction 2020-04-15 20:57:46 -04:00
cmp.fs Clarify signed-ness 2020-04-15 12:29:47 -04:00
core.fs Add CASE..OF words 2020-04-16 15:07:31 -04:00
fmt.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 2020-04-15 21:29:39 -04:00
icore.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 2020-04-15 21:29:39 -04:00
link.fs link: adjust (br) and (?br) hardcoded offsets 2020-04-16 09:26:01 -04:00
parse.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 2020-04-15 21:29:39 -04:00
print.fs
readln.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 2020-04-15 21:29:39 -04:00
README.md
str.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 2020-04-15 21:29:39 -04:00
xcomp.fs Make word routine refs 1b instead of 2 2020-04-15 15:16:11 -04:00
z80a.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 2020-04-15 21:29:39 -04:00
z80c.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 2020-04-15 21:29:39 -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.