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 年之前
..
README.md Move "forth" folder to project's root folder 4 年之前
boot.fs forth: remove RAMSTART and RS_ADDR from stable ABI 4 年之前
core.fs forth: transform (find) into FIND which is an indirect call 4 年之前
dictionary.txt forth: transform (find) into FIND which is an indirect call 4 年之前
fmt.fs forth: Forth-ify "ABORT"" 4 年之前
icore.fs forth: transform (find) into FIND which is an indirect call 4 年之前
notes.txt forth: transform (find) into FIND which is an indirect call 4 年之前
parse.fs forth: Replace "SKIP?" with "(?br)" 4 年之前
readln.fs forth: fix readln overflow handling 4 年之前
str.fs forth: implement readline in Forth 4 年之前
z80a.fs Forth self-bootstraps!!! 4 年之前
z80c.fs forth: remove RAMSTART and RS_ADDR from stable ABI 4 年之前

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.