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 d08a9711c5 boot: make HERE point to RAMEND instead of CURRENT 4 年之前
..
README.md Move "forth" folder to project's root folder 4 年之前
adev.fs Add adev unit 4 年之前
boot.fs boot: make HERE point to RAMEND instead of CURRENT 4 年之前
cmp.fs link: new unit to relink dictionaries 4 年之前
core.fs Add word "FORGET" 4 年之前
fmt.fs rc2014/acia: adjust to latest developments 4 年之前
icore.fs xcomp: shrink scope 4 年之前
link.fs Add word "FORGET" 4 年之前
parse.fs parse: be a bit more graceful on parsing meta-failure 4 年之前
print.fs Add word "LITA" 4 年之前
readln.fs Add one layer of indirection in subsystem memory management 4 年之前
str.fs Move ASCII constants from str unit to print 4 年之前
xcomp.fs xcomp: shrink scope 4 年之前
z80a.fs Add one layer of indirection in subsystem memory management 4 年之前
z80c.fs doc improvement 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.