www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - D compiler assembly

reply Brand <Brand_member pathlink.com> writes:
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 17 2004
parent Kevin Bealer <Kevin_member pathlink.com> writes:
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
May 18 2004