[Nasm-bugs] [Bug 3392788] Missing size optimization in mov [ebp + ecx]

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Fri Feb 18 08:25:08 PST 2022


https://bugzilla.nasm.us/show_bug.cgi?id=3392788

Krister Nordvall <krille_n_ at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
                 CC|                            |krille_n_ at hotmail.com
             Status|OPEN                        |CLOSED

--- Comment #2 from Krister Nordvall <krille_n_ at hotmail.com> ---
Those two instructions are not equivalent and the last sentence you quoted
actually hints at this. They each load from different segments. The first from
the data segment, the second from the stack segment. Even if the segments are
actually the same, there's no way for the assembler to know that.

I'm closing this as invalid. Feel free to reopen it again if I'm completely
misunderstanding things.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list