May 17, 2004
Is it possible to make D compiler generate assembly listing? It's pretty
annoying to use external disassemblers (such as IDA) for that.
And obj2asm mentioned on this site can't be downloaded for free <g>


May 18, 2004
In article <c8bdrp$16pq$1@digitaldaemon.com>, Brand says...
>
>Is it possible to make D compiler generate assembly listing? It's pretty
>annoying to use external disassemblers (such as IDA) for that.
>And obj2asm mentioned on this site can't be downloaded for free <g>

I don't know of a way with dmd, but you can use gdc to get them.

Kevin