summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 64cd90e..03b19f0 100644
--- a/readme.md
+++ b/readme.md
@@ -5,6 +5,12 @@ if you use it and it breaks, too bad
public domain
+the plan right now is that this will be a DTC forth.
+while an STC forth would be nice
+(being able to mix assembly and forth would be nice)
+having to manually compile in bytes would be annoying.
+maybe one day i will do an STC forth...
+
## forth registers
there are a set of 'virtual registers' (see moving forth part 1)