summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkitty <nepeta@canaglie.net>2026-02-17 12:29:48 +1100
committerkitty <nepeta@canaglie.net>2026-02-17 12:29:48 +1100
commita5a6c74a69a1e7bf3fdedb1886ee10cc5a3788cf (patch)
treec2d179804a898e1d6408859e164fe6c3ff52b2f7
parenta8b97b76135b07e4ae3a461ab8625813a3ea205c (diff)
some notes on DOES>
-rw-r--r--readme.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 38a17ab..e02280c 100644
--- a/readme.md
+++ b/readme.md
@@ -39,9 +39,10 @@ so a wonky but hopefully not too slow solution is to compile
### Some Links
-- starting forth part 1: http://www.bradrodriguez.com/papers/moving1.htm
- jonesforth, public domain forth tutorial implementation which was significantly cribbed from and studied: http://git.annexia.org/?p=jonesforth.git;a=tree
- jonesforth nasm port: http://ratfactor.com/repos/nasmjf/
+- starting forth part 1: http://www.bradrodriguez.com/papers/moving1.htm
+- page describing `<BUILDS`: https://amforth.sourceforge.net/TG/recipes/Builds.html
## silly little plans
@@ -50,3 +51,13 @@ this would reap the most benefits from STC.
probably look at dusk's assemblers for how it should look like
or liek something liek dusk's lib/bm?
idk something to do stuff Fast if u need. would be fun
+
+### DOES>
+ah yes, the infamous `DOES>`. i don't have a DOCOL segment so i'm not
+sure how exactly to implement this?
+
+https://news.ycombinator.com/item?id=44231594 top comment here discusses
+the forth `<BUILDS` which i've never heard of elsewhere. in fact if i look up
+`forth "<BUILDS"` on duckduckgo that link is the only result.
+i debased myself and looked it up on google too, and found a few more results
+maybe i can do something with that because i like `DOES>` and i wanna use it