/FA-like switch for dmd? ("generate assembly listing")

Walter Bright newshound1 at digitalmars.com
Mon Mar 24 12:30:32 PDT 2008


Milke Wey wrote:
> On Mon, 2008-03-24 at 10:04 -0400, Jarrett Billingsley wrote:
>> "Walter Bright" <newshound1 at digitalmars.com> wrote in message 
>> news:fs7s1t$1ej6$1 at digitalmars.com...
>>> Josh Dough wrote:
>>>> I was wondering, are there plans for a switch similar to /FA in cl.exe so 
>>>> we could look at the assembly generated? If D source would also be 
>>>> included in the asm comments, that would be even more awesome.
>>> obj2asm is used to generate the assembler listings.
>>>
>>> http://www.digitalmars.com/ctg/obj2asm.html
>> I guess it should also be mentioned that you can only get obj2asm as part of 
>> a $15 tools package.
>>
>> http://www.digitalmars.com/eup.html 
>>
>>
> 
> I got my obj2asm from the dmd.zip ;)
> 

That's the linux version of obj2asm. The windows version is in the tools 
package.



More information about the Digitalmars-d mailing list