collapseos/forth
Virgil Dupras 7292d486dc z80a: add stuctured flow words
Allow us to rely a little less on labels. We now only need 4.
2020-04-13 20:34:53 -04:00
..
adev.fs Add adev unit 2020-04-12 21:49:20 -04:00
boot.fs z80a: add stuctured flow words 2020-04-13 20:34:53 -04:00
cmp.fs
core.fs Add word "FORGET" 2020-04-13 08:09:36 -04:00
fmt.fs rc2014/acia: adjust to latest developments 2020-04-11 15:11:36 -04:00
icore.fs xcomp: shrink scope 2020-04-11 11:38:45 -04:00
link.fs Add word "FORGET" 2020-04-13 08:09:36 -04:00
parse.fs
print.fs Add word "LITA" 2020-04-11 13:13:20 -04:00
readln.fs Add one layer of indirection in subsystem memory management 2020-04-12 20:42:00 -04:00
README.md
str.fs
xcomp.fs xcomp: shrink scope 2020-04-11 11:38:45 -04:00
z80a.fs z80a: add stuctured flow words 2020-04-13 20:34:53 -04:00
z80c.fs z80a: add stuctured flow words 2020-04-13 20:34:53 -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.