collapseos/forth
2020-03-31 22:11:44 -04:00
..
core.fs forth: shrink forth.asm's binary size 2020-03-31 22:11:44 -04:00
dictionary.txt
dummy.fs
fmt.fs
forth.asm forth: shrink forth.asm's binary size 2020-03-31 22:11:44 -04:00
icore.fs forth: shrink forth.asm's binary size 2020-03-31 22:11:44 -04:00
notes.txt forth: move stable ABI stuff at the top of forth.asm 2020-03-30 21:02:19 -04:00
parse.fs
readln.fs
README.md
str.fs
z80a.fs forth: Forth-ify parseDecimal 2020-03-31 15:04:28 -04:00
z80c.fs forth: Forth-ify parseDecimal 2020-03-31 15:04:28 -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.