objdump
Nick Clifton
nickc@redhat.com
Thu Feb 1 13:03:06 GMT 2024
Hi Андрей,
> I'm trying to disassemble the csky processor code, the processor is 32-bit, with 32-bit V2 instructions, but objdump outputs data and code as 16-bit, how can I force it to
> output in 32-bit?
You *might* be able to achieve this using objdump's -m command line option.
For example:
objdump -m csky:ck801 -d <file>
The list of csky architecture types supported by objdump are listed in its --help output.
Cheers
Nick
More information about the Binutils
mailing list