diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-16 15:30:35 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-16 15:30:35 -0700 |
| commit | 4f1a07da9c87a1560da34b8a96a9de4cdc90f1fc (patch) | |
| tree | 31360b5f2acf4fe1b870cb04a2bfd58fb35ba1eb /evoke.e | |
| parent | fe3de0772dac094b94f8de89efbb815a62b1a2fa (diff) | |
the skeleton of the log-load transform is in place now
it doesn't actually output anything, but it all runs without crashing Force-Push: yes Change-Id: I48f2e647044df0ae3db961c747cee31a8826ecf3
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 c1ee096..9209efc 100644 --- a/evoke.e +++ b/evoke.e @@ -10,7 +10,7 @@ s" source-to-precompile" variable 1024 read-to-buffer : foo 4 . ; pyrzqxgl -s" source-to-heap-copy" variable +s" source-to-copy-to-log" variable ~ (output memory start, current output point ~ -- output memory start, current output point) @@ -25,7 +25,7 @@ s" source-to-heap-copy" variable elf-file-header elf-program-header output-cold-start - source-to-heap-copy output-warm-start + source-to-copy-to-log output-warm-start output-docol output-exit source-to-precompile label-transform |