Re: good disassembler for mixed 16bit and 32bit code?
- From: "Rod Pemberton" <spamtrap@xxxxxxxxxx>
- Date: Mon, 31 Mar 2008 05:31:27 -0400
"junkoi" <spamtrap@xxxxxxxxxx> wrote in message
news:4b84e752-f698-4555-a9de-5794d02fe139@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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.
It's likely that objdump is 32-bit only...
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?
I was using NDISASM (comes with NASM assembler) to check your code the other
day. It uses a very different syntax from GNU AS. I also use two other
disassemblers rarely: WDIS (Watcom's disassembler - TASM style syntax) and
objdump...
Sorry...
Rod Pemberton
.
- Follow-Ups:
- Re: good disassembler for mixed 16bit and 32bit code?
- From: Frank Kotler
- Re: good disassembler for mixed 16bit and 32bit code?
- References:
- good disassembler for mixed 16bit and 32bit code?
- From: junkoi
- good disassembler for mixed 16bit and 32bit code?
- Prev by Date: Re: int 0x13 utility
- Next by Date: Re: -mregparm on gcc doesnt work correctly?
- Previous by thread: good disassembler for mixed 16bit and 32bit code?
- Next by thread: Re: good disassembler for mixed 16bit and 32bit code?
- Index(es):
Relevant Pages
|