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 b162ef84f5 forth: fix broken RAM+ 4 years ago
..
README.md Move "forth" folder to project's root folder 4 years ago
boot.fs forth: remove RAMSTART and RS_ADDR from stable ABI 4 years ago
core.fs forth: Remove RAM offsets from stable ABI 4 years ago
dictionary.txt forth: add word "2DROP" 4 years ago
fmt.fs forth: Forth-ify "ABORT"" 4 years ago
icore.fs forth: fix broken RAM+ 4 years ago
notes.txt forth: Remove RAM offsets from stable ABI 4 years ago
parse.fs forth: Replace "SKIP?" with "(?br)" 4 years ago
readln.fs forth: fix readln overflow handling 4 years ago
str.fs forth: implement readline in Forth 4 years ago
z80a.fs Forth self-bootstraps!!! 4 years ago
z80c.fs forth: remove RAMSTART and RS_ADDR from stable ABI 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.