Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
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.