Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Virgil Dupras dcd68fc40b forth: transform (find) into FIND which is an indirect call 4 vuotta sitten
..
README.md Move "forth" folder to project's root folder 4 vuotta sitten
boot.fs forth: remove RAMSTART and RS_ADDR from stable ABI 4 vuotta sitten
core.fs forth: transform (find) into FIND which is an indirect call 4 vuotta sitten
dictionary.txt forth: transform (find) into FIND which is an indirect call 4 vuotta sitten
fmt.fs forth: Forth-ify "ABORT"" 4 vuotta sitten
icore.fs forth: transform (find) into FIND which is an indirect call 4 vuotta sitten
notes.txt forth: transform (find) into FIND which is an indirect call 4 vuotta sitten
parse.fs forth: Replace "SKIP?" with "(?br)" 4 vuotta sitten
readln.fs forth: fix readln overflow handling 4 vuotta sitten
str.fs forth: implement readline in Forth 4 vuotta sitten
z80a.fs Forth self-bootstraps!!! 4 vuotta sitten
z80c.fs forth: remove RAMSTART and RS_ADDR from stable ABI 4 vuotta sitten

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.