collapseos/forth
Virgil Dupras 400f0ab0b0 boot: fix flagsToBC
Why did I ever think that using CM was a good idea? any comparison
with numbers more than 0x8000 apart would be wrong...
2020-04-07 11:26:37 -04:00
..
boot.fs boot: fix flagsToBC 2020-04-07 11:26:37 -04:00
cmp.fs link: new unit to relink dictionaries 2020-04-06 20:59:55 -04:00
core.fs core: fix PSP leak in MOVE 2020-04-06 19:59:20 -04:00
fmt.fs fmt: fix stack leak in DUMP 2020-04-05 20:19:58 -04:00
icore.fs Don't use IMMEDIATE in icore 2020-04-04 08:40:55 -04:00
link.fs link: new unit to relink dictionaries 2020-04-06 20:59:55 -04:00
parse.fs Move ASCII constants from str unit to print 2020-04-04 10:28:00 -04:00
print.fs Move ASCII constants from str unit to print 2020-04-04 10:28:00 -04:00
readln.fs rc2014: Forth Collapse OS, fully operational! 2020-04-05 09:09:00 -04:00
README.md
str.fs Move ASCII constants from str unit to print 2020-04-04 10:28:00 -04:00
z80a.fs
z80c.fs

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.