From 1a6a056697f50cf2c9a46bc376caa8e198e88031 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Mon, 13 Apr 2026 17:23:14 -0700 Subject: the heap definition of roll was wrong it somehow messed up the call to mov_indirect_reg64_reg64. probably a copy-paste error. Force-Push: yes Change-Id: Iaaf70b4d135d101114d07fd7efa7de3736522aa8 --- quine.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quine.asm') diff --git a/quine.asm b/quine.asm index 7a80a57..e0d5205 100644 --- a/quine.asm +++ b/quine.asm @@ -2096,7 +2096,7 @@ cold_start: dq rep_movs64 dq cld dq rsi, pop_reg64 - dq rbx, rsi, mov_reg64_indirect_reg64 + dq rbx, rsp, mov_indirect_reg64_reg64 dq pack_next, lit, 8, packalign, early_here_store ; Jonesforth calls this "-roll" and we could do that, but honestly the name -- cgit 1.4.1