Hi all. This is my first post.
Basically a couple of years ago I was working on an operating system for a sound module that used the Renesas sh7727 DSP. As the years went buy I lost the source files for it. All I have left now is the partially developed OS which is on a CD stored as a binary file.
I need to disassemble the binary file into assembly. I am familiar with the instructions set for the Renesas SH7727 DSP.
What I don't know is how I'd go about disassembling the binary code into assembly.
1) Does anyone know if a disassembler exists for this architecture?
2) Does anyone know any resources on the net that could give me information about writing one.
I'm guessing it's about looking at the binary code and converting it to assembly instructions.
Any information, help or links are much appreciated.
Thanks