diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-19 00:38:46 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-19 00:38:46 -0700 |
| commit | ebd8be68201201fd86fc4a4e4e0a535738af86bd (patch) | |
| tree | f609d37f12d58ba4dbb5f2a3551cd9344b974c86 /evoke.e | |
| parent | eec336dea3d86e176c4bd86c435e6be35fec64e2 (diff) | |
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
Diffstat (limited to 'evoke.e')
| -rw-r--r-- | evoke.e | 4 |
1 files changed, 2 insertions, 2 deletions
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 |