digitalmars.D - D compiler assembly
- Brand (3/3) May 17 2004 Is it possible to make D compiler generate assembly listing? It's pretty
- Kevin Bealer (3/6) May 18 2004 I don't know of a way with dmd, but you can use gdc to get them.
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
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