From 11ab7360e32aebf5dfc5a1331ebe44b0ceff6354 Mon Sep 17 00:00:00 2001 From: kitty Date: Mon, 16 Feb 2026 23:33:25 +1100 Subject: port some comparison n logic words from jf --- jefs.fs | 1 - 1 file changed, 1 deletion(-) (limited to 'jefs.fs') 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 -- cgit v1.2.3