DMD now incorporates a disassembler

Patrick Schluter Patrick.Schluter at bbox.fr
Mon Jan 10 13:23:12 UTC 2022


On Sunday, 9 January 2022 at 06:04:25 UTC, max haughton wrote:
> On Sunday, 9 January 2022 at 02:58:43 UTC, Walter Bright wrote:
>>
>> I've never seen one. What's the switch for gcc to do the same 
>> thing?
>>
>
> For GCC/Clang you'd want -S (and then -masm=intel to make the 
> output ~~beautiful to nobody but the blind~~ readable).

I prefer -save-temps -fverbose-asm which generates a supplemental 
.i and .s file without changing the .o file.


More information about the Digitalmars-d-announce mailing list