Previous approach was broken with regards to defined word using CREATE. Also, reduce name length by one to make space for a new flags field for "immediate" (which isn't used yet). |
||
|---|---|---|
| .. | ||
| dict.asm | ||
| dictionary.txt | ||
| glue.asm | ||
| main.asm | ||
| README.md | ||
| stack.asm | ||
| util.asm | ||
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.