collapseos/apps/forth
Virgil Dupras 549cf74e9d forth: inline code from "apps/lib"
Forth-ification of Collapse OS goes forward. What will happen is that assembly
code in apps/ will become Forth code. The concept of an assembler code library
will become obsolete.

However, Forth's core use some of that code. To facilitate the transition, I'm
inlining that code directly in Forth's code.
2020-03-17 12:49:06 -04:00
..
README.md apps/forth: new (WIP) application 2020-03-07 12:13:15 -05:00
core.fs forth: Forth-ify "." 2020-03-17 12:26:28 -04:00
dict.asm forth: Forth-ify "." 2020-03-17 12:26:28 -04:00
dictionary.txt forth: add words "MOD" and "/MOD" 2020-03-16 22:36:29 -04:00
glue.asm forth: inline code from "apps/lib" 2020-03-17 12:49:06 -04:00
main.asm forth: Simplify execution model 2020-03-15 22:46:17 -04:00
stack.asm forth: Forth-ify RECURSE 2020-03-13 16:40:55 -04:00
util.asm forth: inline code from "apps/lib" 2020-03-17 12:49:06 -04:00

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.