Reply by Jeff Brower February 5, 20072007-02-05
Reny-

> I am looking for a tool which can take an absoulte address and a .out (TI coff format) and outputs the C disassembly
> of a range of address. I am looking something similar like objdump which works with ELF files.

I don't know of a free tool. Of course CCS can do this. I can tell you it's a bit of work, as the COFF file is
organized by sections, which means it needs to be fully parsed once before you can "index by address" -- i.e. before
you know which areas of memory contain code, data, or nothing.

-Jeff
Reply by reny...@yahoo.com February 5, 20072007-02-05
Hi,

I am looking for a tool which can take an absoulte address and a .out (TI coff format) and outputs the C disassembly of a range of address. I am looking something similar like objdump which works with ELF files.

Best Regards
Reny