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

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.