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 2db6ebc247 forth: Forth-ify "BYE" 4 vuotta sitten
..
README.md Move "forth" folder to project's root folder 4 vuotta sitten
core.fs forth: replace "ROUTINE" with "JTBL" 4 vuotta sitten
dictionary.txt forth: replace "ROUTINE" with "JTBL" 4 vuotta sitten
dummy.fs forth: don't use "(entry)" in dummy.fs 4 vuotta sitten
fmt.fs forth: Forth-ify "ABORT"" 4 vuotta sitten
forth.asm forth: Forth-ify "BYE" 4 vuotta sitten
icore.fs forth: Forth-ify "ABORT" 4 vuotta sitten
parse.fs forth: implement "0b" number parsing 4 vuotta sitten
readln.fs forth: bring ." and ABORT" down to core.fs level 4 vuotta sitten
str.fs forth: implement readline in Forth 4 vuotta sitten
z80a.fs forth: Forth-ify "ABORT" 4 vuotta sitten
z80c.fs forth: Forth-ify "BYE" 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.