On Monday, 17 December 2012 at 22:47:33 UTC, bearophile wrote:
maarten van damme:

How do I make dmd output asm?

You can't, unfortunately. They closed this enhancement request of mine because they say DMD is not designed for this.

On Linux there are several disassemblers, I use objdump. On Windows there are other ones.

Bye,
bearophile

With Visual D you can view the current disassembly. It is pretty nice in seeing what dmd is doing behind the scenes along with the original D code inline.

Reply via email to