This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: objdump binary mips decode.


On 12/28/2016 06:21 AM, Kenneth Johansson wrote:
I decode with "objdump  -b binary  -D -EL -m mips:isa32r2
--adjust-vma=0x8900000"
and get this output,
 8900000:       0a4013b0        j       0x9004ec0

The upper 4 bits of 0x08900000 is 0, so the disassembler is correct. Perhaps you meant to use --adjust-vma=0x89000000 instead?

Jim


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]