[Issue 23050] Incorrect disassembly of code with -vasm

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Apr 28 22:21:20 UTC 2022


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

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
Note that obj2asm gives:

005d:   BE 12 00 00 00          mov     ESI,012h
0062:   BF 00 00 00 00          mov     EDI,offset FLAT:_TMP4 at 32

Note that the object code is 12 instead of 15, too.

--


More information about the Digitalmars-d-bugs mailing list