From ebd8be68201201fd86fc4a4e4e0a535738af86bd Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Tue, 19 May 2026 00:38:46 -0700 Subject: yessssssss so okay, now all the machine code stuff is implemented and it builds without crashing the generated executable still crashes though, but this was enough work that it's getting a celebratory check-in Force-Push: yes Change-Id: I201e6912253647da58ef3537c735b478b0dca9fb --- evoke.e | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'evoke.e') diff --git a/evoke.e b/evoke.e index 869de31..9bc6979 100644 --- a/evoke.e +++ b/evoke.e @@ -1,6 +1,6 @@ ~ (cat labels.e elf.e transform.e execution.e \ -~ echo 65536 read-to-buffer; \ -~ cat core.e core-plus.e log-load.e; \ +~ echo 131072 read-to-buffer; \ +~ cat core.e core-plus.e linux.e amd64.e execution-support.e log-load.e; \ ~ echo pyrzqxgl; \ ~ cat evoke.e) \ ~ | ./quine > evoke && chmod 755 evoke && ./evoke -- cgit 1.4.1