- reading assemble code for TI's MSP430
- Posted by feilip on October 25th, 2004
Hi,
I was writing some assemble code for TI's MSP430F1101A. However, I
mistakenly delete my source code and I only have the hex code from my
chip. Is there any way that I can reverse my hex code into human
readable format?
Thanks,
feilip
- Posted by Mark A. Odell on October 25th, 2004
feilip@gmail.com (feilip) wrote in
news:9c0f797a.0410251005.1a46b53d@posting.google.c om:
If you load it up in the debugger it should disassemble it for you. It may
not have symbols however.
--
- Mark ->
--
- Posted by dmm on October 26th, 2004
On 25 Oct 2004 11:05:05 -0700, feilip@gmail.com (feilip) wrote:
If you are running MS Windows, the source code may be in the Recycle bin.
You can simply restore the file from there.
- Posted by feilip on October 26th, 2004
Which debugger? Do you mean IAR Embedded Workbench?
Many thanks for your insight, I appreciate it!
"Mark A. Odell" <odellmark@hotmail.com> wrote in message
- Posted by Mark A. Odell on October 26th, 2004
feilip@gmail.com (feilip) wrote in
news:9c0f797a.0410260740.6746d658@posting.google.c om:
Yes.