D seems interesting, but...

Ali Çehreli acehreli at yahoo.com
Mon Oct 15 10:36:11 PDT 2012


On 10/15/2012 06:22 AM, Iain Buclaw wrote:
 > On 15 October 2012 08:23, Gerry Weaver<gerryw at compvia.com>  wrote:

 >> Disassembly of section .text:
 >>
 >> 00000000<.text>:
 >>     0:   b8 10 00 00 00          mov    $0x10,%eax
 >>     5:   b9 00 00 00 00          mov    $0x0,%ecx
 >>     a:   8b 11                   mov    (%ecx),%edx
 >>     c:   89 10                   mov    %edx,(%eax)
 >>     e:   89 01                   mov    %eax,(%ecx)
 >>    10:   c3                      ret
 >>
 >>
 >> Thanks,
 >> -G
 >>
 >
 >
 > That looks to me as if hello.d is an empty file.

That is the most plausible reason so far: The OP has an empty file in 
the current directory but the hello.d that is being edited in Emacs is 
elsewhere. :)

Ali



More information about the Digitalmars-d mailing list