collapseos/forth
Virgil Dupras cf2f6703bb forth: make forth/forth.asm spit whole binary
emul/forth/stage{0,1}.asm now only configure constants and append
binaries.
2020-03-26 12:17:02 -04:00
..
README.md Move "forth" folder to project's root folder 2020-03-18 22:25:44 -04:00
core.fs forth: bring ." and ABORT" down to core.fs level 2020-03-25 20:39:07 -04:00
dictionary.txt forth: fix name conflict with "H" in core and z80a 2020-03-25 20:13:33 -04:00
dummy.fs forth: make word name of variable length 2020-03-26 10:53:33 -04:00
fmt.fs forth: Forth-ify "ABORT"" 2020-03-21 16:17:51 -04:00
forth.asm forth: make forth/forth.asm spit whole binary 2020-03-26 12:17:02 -04:00
parse.fs forth: implement "0b" number parsing 2020-03-19 16:03:35 -04:00
readln.fs forth: bring ." and ABORT" down to core.fs level 2020-03-25 20:39:07 -04:00
str.fs forth: implement readline in Forth 2020-03-21 12:57:49 -04:00
z80a.fs forth: Forth-ify "(emit)" 2020-03-26 12:05:48 -04:00
z80c.fs forth: Forth-ify "(emit)" 2020-03-26 12:05:48 -04:00

README.md

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.