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

Walter Bright newshound1 at digitalmars.com
Mon Mar 24 02:23:28 PDT 2008


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



More information about the Digitalmars-d mailing list