From d99cd40d4c8f513e46e94ec553011f65866c071c Mon Sep 17 00:00:00 2001 From: kitty Date: Fri, 13 Feb 2026 14:26:37 +1100 Subject: move HERE to .bss proper i don't know how to mark the heap as executable. im not entirely sure it's possible. we can't increase its size with this but it Works. compiling mode still doesn't work though... the code in `test` runs in interpreting mode. --- jefs.fs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'jefs.fs') diff --git a/jefs.fs b/jefs.fs index b023018..ac047e5 100644 --- a/jefs.fs +++ b/jefs.fs @@ -1 +1,3 @@ -bye +: test parse bye find drop >cfa compile, ; +HEREDUMP +test -- cgit v1.2.3