GDC Explorer - an online disassembler for D

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


Iain Buclaw wrote:
> On 21 September 2012 11:29, Iain Buclaw <ibuclaw at ubuntu.com> wrote:
> > On 21 September 2012 11:17, Bernard Helyer <b.helyer at gmail.com> wrote:
> >> On Friday, 21 September 2012 at 10:04:00 UTC, Jens Mueller wrote:
> >>>
> >>> 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.
> >>
> >>
> >> You are both correct and incredibly pedantic. :P
> >
> > Half correct and incredibly pedantic. :-)
> >
> > There's two modes.  One is assembler output, the other is objdump
> > output (which is a disassembler).
> >
> 
> And if it doesn't then I must be incredibly confused at this hour in
> the morning (yawns).

How do I use the objdump mode in the web interface?

Jens


More information about the Digitalmars-d mailing list