collapseos/forth
Virgil Dupras 9edab10a3a blk: add dirty flag and auto write blocks on fetch
Also, fix some PSP leaks related to LOAD.
2020-04-16 20:59:20 -04:00
..
adev.fs
blk.fs
boot.fs
cmp.fs
core.fs
fmt.fs
icore.fs
link.fs link: adjust (br) and (?br) hardcoded offsets 2020-04-16 09:26:01 -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
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.