diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-19 03:01:28 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-19 03:01:28 -0700 |
| commit | 03a53307353dafb19fd9c31e4573a91e4ab4d71f (patch) | |
| tree | 572ec4494f0605374ae0d131615aae4728a58954 /log-load.e | |
| parent | ebd8be68201201fd86fc4a4e4e0a535738af86bd (diff) | |
log-load-variable and label-keyword-alternate work now
yay :) Force-Push: yes Change-Id: Iae2e308ed8d786a9586bdc2583a6a9300282abae
Diffstat (limited to 'log-load.e')
| -rw-r--r-- | log-load.e | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/log-load.e b/log-load.e index 100211c..2c82d9f 100644 --- a/log-load.e +++ b/log-load.e @@ -263,16 +263,14 @@ 3roll swap log-load-create ~ (address for new variable word, log address) - log-load-here 3unroll + log-load-here swap 3unroll ~ (log address, address for new variable word, here) dup @ ~ (log address, address for new variable word, here, output point) dup 8 + pack64 - 3roll - :rax - mov-reg64-imm64 + 3roll :rax mov-reg64-imm64 ~ (log address, here, output point) :rax push-reg64 |