objdump binary mips decode.

Jim Wilson jim.wilson@linaro.org
Thu Dec 29 20:49:00 GMT 2016
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



More information about the Binutils mailing list