[Issue 6459] Inline assembler does not work well for 64 bit registers R8..R15

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Apr 4 15:29:54 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=6459

safety0ff.bugz <safety0ff.bugz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
                 CC|                            |safety0ff.bugz at gmail.com

--- Comment #5 from safety0ff.bugz <safety0ff.bugz at gmail.com> ---
> I also notice if you do:
> and RAX,0x00000000FFFFFFFF
> the compiler accepts it but generates:
> and RAX,0xFFFFFFFFFFFFFFFF

This bug is still present

--


More information about the Digitalmars-d-bugs mailing list