[ECOS] disassemble binary arm-code

Andrew Lunn andrew.lunn@ascom.ch
Tue Aug 14 01:01:00 GMT 2001


On Tue, Aug 14, 2001 at 09:22:04AM +0200, Edelmann Thomas wrote:
> Hi.
> 
> I have an arm code binary file. (208 bytes)
> 
> Is it possible to disassemble the file??? How???

arm-elf-objdump --disassemble-all myfile

This assumes its an elf file produced by gcc. I think the compile ARM
sell use some other format.

        Andrew



More information about the Ecos-discuss mailing list