good disassembler for mixed 16bit and 32bit code?
- From: junkoi <spamtrap@xxxxxxxxxx>
- Date: Sun, 30 Mar 2008 20:15:10 -0700 (PDT)
Hi,
I am wring some code that mix 16bit and 32bit code in asm and C. To
fight some bugs I am having, I need to diassemble the code.
Unfortunately I found that objdump is horrible: it very often produces
bad disassembly that is very different from the source, so I cannot
understand where the problem is.
I use objdump with option "-S -d". So could anybody tell if if there
is a way to have objdump worked better?
Or: Is there a more reliable disassembler than objdump for what I am
doing?
Thanks,
J
.
- Follow-Ups:
- Re: good disassembler for mixed 16bit and 32bit code?
- From: Rod Pemberton
- Re: good disassembler for mixed 16bit and 32bit code?
- Prev by Date: Re: int 0x13 utility
- Next by Date: -mregparm on gcc doesnt work correctly?
- Previous by thread: remplace text
- Next by thread: Re: good disassembler for mixed 16bit and 32bit code?
- Index(es):