summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorkitty <nepeta@canaglie.net>2026-02-16 23:33:25 +1100
committerkitty <nepeta@canaglie.net>2026-02-16 23:33:25 +1100
commit11ab7360e32aebf5dfc5a1331ebe44b0ceff6354 (patch)
tree2850e887bb04f459c7efdb076c21ab8b543a5d82 /readme.md
parentb0c1c394e20c582ff9df3234559f7f88fc1f426c (diff)
port some comparison n logic words from jf
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 58c8dc7..38a17ab 100644
--- a/readme.md
+++ b/readme.md
@@ -40,6 +40,8 @@ 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/
## silly little plans