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

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.