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 6f9d0a98c4 fmt: fix stack leak in DUMP 4 years ago
..
README.md Move "forth" folder to project's root folder 4 years ago
boot.fs Move (print) and (uflw) from icore to core 4 years ago
cmp.fs cmp: fix & and | logic 4 years ago
core.fs Extract EMIT-dependent routines from core 4 years ago
fmt.fs fmt: fix stack leak in DUMP 4 years ago
icore.fs Don't use IMMEDIATE in icore 4 years ago
parse.fs Move ASCII constants from str unit to print 4 years ago
print.fs Move ASCII constants from str unit to print 4 years ago
readln.fs rc2014: Forth Collapse OS, fully operational! 4 years ago
str.fs Move ASCII constants from str unit to print 4 years ago
z80a.fs wip 4 years ago
z80c.fs Use proper RAM addr for CURRENT in IMMEDIATE 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.