diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-04-13 17:20:13 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-04-13 17:21:32 -0700 |
| commit | 58c1c73edb89ccd8706378356fed895be7a281e7 (patch) | |
| tree | 8e362e024cd0ed177c87b12d1ad0138645c27f1b | |
| parent | 919ccc9b008750a49977f8867895c3d8ad160cdb (diff) | |
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
| -rw-r--r-- | quine.asm | 3 |
1 files changed, 1 insertions, 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: |