diff options
Diffstat (limited to 'quine.asm')
| -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: |