GDC Explorer - an online disassembler for D

Iain Buclaw ibuclaw at ubuntu.com
Fri Sep 21 03:31:54 PDT 2012


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).


-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';


More information about the Digitalmars-d mailing list