GDC Explorer - an online disassembler for D

bearophile bearophileHUGS at lycos.com
Fri Sep 21 06:37:22 PDT 2012


> I'd like a way to filter the output to the
> disassembly of just one (or few) functions, because otherwise 
> the output risks being too much large.

It seems even this program produces a too much long asm listing 
for the site:

import std.stdio;
void main() {
     writeln("%f", 1.5);
}


Bye,
bearophile


More information about the Digitalmars-d mailing list