diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-16 01:24:16 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-16 01:24:16 -0700 |
| commit | 8c5b92312f9e7bc2fff7b547a03805d9bf47d26e (patch) | |
| tree | 41ef59e7c860cc06cb180c6159667e408630ce19 /execution.e | |
| parent | b564cab848ca4de050304cc8b53196a3420018a6 (diff) | |
word labels are now stored as offsets
also, the various address spaces in use are described better, and there's helper functions to convert between them. Force-Push: yes Change-Id: Idb56d2b6299d6e7071c9d42b2eb1138b17b85c69
Diffstat (limited to 'execution.e')
| -rw-r--r-- | execution.e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/execution.e b/execution.e index 8410678..bd27f7e 100644 --- a/execution.e +++ b/execution.e @@ -481,7 +481,7 @@ current-offset L!' warm-start ~ TODO this is tied to the specific example in evoke - over L@' happy-path swap - L@' origin + pack64 + L@' happy-path L@' origin + pack64 ~ Before handing off to us, cold-start pushed a single value onto the ~ stack, a pointer to the beginning of the heap. Now, we load our entire |