From d5030a4cf75b3600c957b0d48e0e68946367e919 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Tue, 22 Sep 2026 18:52:50 -0700 Subject: 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 --- evoke.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'evoke.e') 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 -- cgit 1.4.1