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 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.