1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-07 02:58:46 +10:00
collapseos/forth
Virgil Dupras fca0e79da3 cmp: fix & and | logic
It simply didn't work before, except for =.
2020-04-05 17:36:07 -04:00
..
boot.fs Move (print) and (uflw) from icore to core 2020-04-03 07:44:44 -04:00
cmp.fs cmp: fix & and | logic 2020-04-05 17:36:07 -04:00
core.fs Extract EMIT-dependent routines from core 2020-04-04 08:08:45 -04:00
fmt.fs Add chained comparison support 2020-04-05 16:11:17 -04:00
icore.fs Don't use IMMEDIATE in icore 2020-04-04 08:40: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 Move "forth" folder to project's root folder 2020-03-18 22:25:44 -04:00
str.fs Move ASCII constants from str unit to print 2020-04-04 10:28:00 -04:00
z80a.fs wip 2020-04-02 23:21:53 -04:00
z80c.fs Use proper RAM addr for CURRENT in IMMEDIATE 2020-04-04 08:11:30 -04:00

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.