Re: trouble with dmd + obj2asm under linux

2008-12-29 Thread Weed
Daniel Keep пишет: > > > Weed wrote: >> [snip] > > If I had to guess, I'd say it's because you compiled without symbols. > Try this: > > $ dmd -g demo.d Has varied nothing. Names of functions and were earlier in a binary file, they are enumerated from above (I have reduced them): publ

Re: trouble with dmd + obj2asm under linux

2008-12-28 Thread Daniel Keep
Weed wrote: [snip] If I had to guess, I'd say it's because you compiled without symbols. Try this: $ dmd -g demo.d -- Daniel

trouble with dmd + obj2asm under linux

2008-12-28 Thread Weed
I wrote and compile program: $ dmd demo.d And I need disassembly it: $ obj2asm ./demo ./demo.d -cdemo.cod And I see asm file "demo.cod" without names of functions: == .init segment assume CS:.init pushEBP mov EBP,ESP