Hi,
I have a problem with a4000 dump disassembling. IDA and arm-elf-objdump give the same result.
So a4000 start address is 0xFF810000. The problem is:
ROM:FF8111E8 BL 0x3FC448
ROM:FF8111E8: Can't find name (hint: use manual arg)
The real address for BL is 0xFFC10194 instead 0xFF8111E8 + 0x3FC448 -> 0xFFC0D630.
How can I fix the problem?
Thanks,
Alex.