GDC Explorer - an online disassembler for D

Jens Mueller jens.k.mueller at gmx.de
Fri Sep 21 03:04:45 PDT 2012


Andrei Alexandrescu wrote:
> I've met Matt Goldbolt, the author of the GCC Explorer at
> http://gcc.godbolt.org - a very handy online disassembler for GCC.

This is not a disassembler. It just stops compilation before the
assembler (gcc -S). A dissembler would create the assembler code given
only the machine code.
But it's nice to have source code and assembly side by side.

Jens


More information about the Digitalmars-d mailing list