about summary refs log tree commit diff
path: root/evoke.e
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-09-22 18:52:50 -0700
committerIrene Knapp <ireneista@irenes.space>2026-09-23 02:27:52 -0700
commitd5030a4cf75b3600c957b0d48e0e68946367e919 (patch)
tree328e4d8741978d8f458acc21e528dad3b1213888 /evoke.e
parenta569f93740bbbac3230434ee56bc51aa38be21ac (diff)
all the syscall parameters are in the kernel's order now
there was never a good reason for them not to be

plus, the formerly bespoke ones use the generic helpers now; sys-open and sys-close are implemented; and a bug in push-input-buffer and pop-output-buffer is fixed

unfortunately these were breaking changes, so there's another evoke.hex in this one

Change-Id: Ifad58fc2fd757adcf89a69c59575565a10406ec2
Force-Push: yes
Diffstat (limited to 'evoke.e')
-rw-r--r--evoke.e2
1 files changed, 1 insertions, 1 deletions
diff --git a/evoke.e b/evoke.e
index 7a14a0c..8c41ace 100644
--- a/evoke.e
+++ b/evoke.e
@@ -51,5 +51,5 @@ s" source-to-precompile" variable
   ;
 
 ' all-contents entry-to-execution-token label-loop
-swap 1 sys-write bye
+1 3unroll sys-write bye