summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorkitty <nepeta@canaglie.net>2026-01-20 19:37:13 +1100
committerkitty <nepeta@canaglie.net>2026-01-20 19:37:13 +1100
commite270f024023e3f962df830ddeb058c96a1a5e900 (patch)
tree99407b40b4001206053b8510da344a9197e29d90 /readme.md
parent3310d72709120cbc9896754f9e3c35b39252f91d (diff)
dtc i think is best
Diffstat (limited to 'readme.md')
-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)