Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Virgil Dupras 5cb4a7de9a Add word "C@+" 4 年前
..
README.md Move "forth" folder to project's root folder 4 年前
adev.fs Add adev unit 4 年前
blk.fs Add word "BLK!" 4 年前
boot.fs boot: compaction 4 年前
cmp.fs Clarify signed-ness 4 年前
core.fs Add word "C@+" 4 年前
fmt.fs Add word "C@+" 4 年前
icore.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 4 年前
link.fs link: adjust (br) and (?br) hardcoded offsets 4 年前
parse.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 4 年前
print.fs Add word "C@+" 4 年前
readln.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 4 年前
str.fs Add word "C@+" 4 年前
xcomp.fs Make word routine refs 1b instead of 2 4 年前
z80a.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 4 年前
z80c.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 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.