From 58c1c73edb89ccd8706378356fed895be7a281e7 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Mon, 13 Apr 2026 17:20:13 -0700 Subject: same problem with cmp_reg64_reg64 this one didn't have any invocations that were themselves incorrect and it's really nice to be confident of THAT, too Force-Push: yes Change-Id: Ia3fcb373653971bc10d31b2622765d9e16f89845 --- quine.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quine.asm b/quine.asm index 78a1c77..7a80a57 100644 --- a/quine.asm +++ b/quine.asm @@ -5306,7 +5306,6 @@ cold_start: dq lit, 0x3B, early_comma dq litstring, "pack8", early_find, entry_to_execution_token, early_comma dq litstring, "3unroll", early_find, entry_to_execution_token, early_comma - dq litstring, "swap", early_find, entry_to_execution_token, early_comma dq litstring, "reg64", early_find, entry_to_execution_token, early_comma dq litstring, "swap", early_find, entry_to_execution_token, early_comma dq litstring, "addressing-reg64", 0, early_find, entry_to_execution_token @@ -7942,7 +7941,7 @@ defword not_reg64, 0 defword cmp_reg64_reg64, 0 dq docol dq roll3, rex_w, lit, 0x3B, pack8, unroll3 - dq swap, reg64, swap, addressing_reg64 + dq reg64, swap, addressing_reg64 dq exit ; Stack: -- cgit 1.4.1