Thread overview
[Issue 23050] Incorrect disassembly of code with -vasm and 0xBE and 0xBF opcodes
[Issue 23050] Incorrect disassembly of code with -vasm
Apr 24, 2022
Walter Bright
Apr 28, 2022
Walter Bright
[Issue 23050] Incorrect disassembly of code with -vasm and 0xBE and 0xBF opcodes"
Apr 28, 2022
Walter Bright
Apr 28, 2022
Walter Bright
Apr 28, 2022
Dlang Bot
Apr 29, 2022
Dlang Bot
April 24, 2022
https://issues.dlang.org/show_bug.cgi?id=23050

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |disassembler

--
April 28, 2022
https://issues.dlang.org/show_bug.cgi?id=23050

--- Comment #1 from Walter Bright <bugzilla@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@32

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

--
April 28, 2022
https://issues.dlang.org/show_bug.cgi?id=23050

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Incorrect disassembly of    |Incorrect disassembly of
                   |code with -vasm             |code with -vasm and 0xBE
                   |                            |and 0xBF opcodes"

--
April 28, 2022
https://issues.dlang.org/show_bug.cgi?id=23050

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Incorrect disassembly of    |Incorrect disassembly of
                   |code with -vasm and 0xBE    |code with -vasm and 0xBE
                   |and 0xBF opcodes"           |and 0xBF opcodes

--
April 28, 2022
https://issues.dlang.org/show_bug.cgi?id=23050

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #14037 "fix Issue 23050 - Incorrect disassembly of code with -vasm and 0xBE a…" fixing this issue:

- fix Issue 23050 - Incorrect disassembly of code with -vasm and 0xBE and 0xBF opcodes

https://github.com/dlang/dmd/pull/14037

--
April 29, 2022
https://issues.dlang.org/show_bug.cgi?id=23050

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14037 "fix Issue 23050 - Incorrect disassembly of code with -vasm and 0xBE a…" was merged into master:

- 45f28d39f6b63fe4f709f82913032ef8c3c490b5 by Walter Bright:
  fix Issue 23050 - Incorrect disassembly of code with -vasm and 0xBE and 0xBF
opcodes

https://github.com/dlang/dmd/pull/14037

--