collapseos/forth
Virgil Dupras dcd68fc40b forth: transform (find) into FIND which is an indirect call
You'll see where I'm going with this...
2020-05-03 12:59:59 -04:00
..
README.md Move "forth" folder to project's root folder 2020-03-18 22:25:44 -04:00
boot.fs forth: remove RAMSTART and RS_ADDR from stable ABI 2020-04-02 11:39:40 -04:00
core.fs forth: transform (find) into FIND which is an indirect call 2020-05-03 12:59:59 -04:00
dictionary.txt forth: transform (find) into FIND which is an indirect call 2020-05-03 12:59:59 -04:00
fmt.fs forth: Forth-ify "ABORT"" 2020-03-21 16:17:51 -04:00
icore.fs forth: transform (find) into FIND which is an indirect call 2020-05-03 12:59:59 -04:00
notes.txt forth: transform (find) into FIND which is an indirect call 2020-05-03 12:59:59 -04:00
parse.fs forth: Replace "SKIP?" with "(?br)" 2020-03-29 09:10:23 -04:00
readln.fs forth: fix readln overflow handling 2020-04-02 13:40:22 -04:00
str.fs forth: implement readline in Forth 2020-03-21 12:57:49 -04:00
z80a.fs Forth self-bootstraps!!! 2020-04-01 22:19:37 -04:00
z80c.fs forth: remove RAMSTART and RS_ADDR from stable ABI 2020-04-02 11:39:40 -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.