summary refs log tree commit diff
path: root/amd64.e
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-05-20 21:35:05 -0700
committerIrene Knapp <ireneista@irenes.space>2026-05-20 21:35:05 -0700
commit272c9cf16bbca81ff0e15840c4dc8fd0bbce3ad8 (patch)
treec10fbbeccf4b6360211ee70b7566cdd213d10f71 /amd64.e
parent2fcfc1bcb59e0c1716a6a7dffcad4e0b90790a20 (diff)
the entirety of core.e now log-loads
wow!!!!!! wow

making this work required implementing comma and keyword in the log-load transform

Force-Push: yes
Change-Id: If888d89c23389720840b49b72478e4826a15a269
Diffstat (limited to 'amd64.e')
-rw-r--r--amd64.e2
1 files changed, 1 insertions, 1 deletions
diff --git a/amd64.e b/amd64.e
index e098505..4d3c734 100644
--- a/amd64.e
+++ b/amd64.e
@@ -821,7 +821,7 @@ s" :cc-greater" keyword
   reg64 swap addressing-reg64 ;
 
 ~ (output point, source value, target register -- output point)
-: and-reg68-imm8
+: and-reg64-imm8
   3roll rex-w 0x83 pack8 swap
   4 swap addressing-reg64
   swap pack8 ;