summaryrefslogtreecommitdiff
path: root/jefs.fs
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 /jefs.fs
parentb0c1c394e20c582ff9df3234559f7f88fc1f426c (diff)
port some comparison n logic words from jf
Diffstat (limited to 'jefs.fs')
-rw-r--r--jefs.fs1
1 files changed, 0 insertions, 1 deletions
diff --git a/jefs.fs b/jefs.fs
index 8e56fd2..c37067d 100644
--- a/jefs.fs
+++ b/jefs.fs
@@ -13,7 +13,6 @@
: [compile] parse find drop >cfa compile, ; immediate
: ' parse find drop >cfa [compile] lit ; immediate \ note: no error handling (yet)
: constant create [compile] lit 195 ( ret ) c, ;
-65 constant TESTING
: begin here @ ; immediate
: again branch here @ 4 + - d, ; immediate \ add 4 to get to beginning of the next instruction