summaryrefslogtreecommitdiff
path: root/jefs.fs
diff options
context:
space:
mode:
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