Topic created on: March 23, 2006 06:00 CST by Nishanth.
Hi, I have got a HEX code from Renesas M30620SAGP microcontroller, i want to get the assembly code from the HEX code is it possible? Can someone help me
Regards
nishanth
Well, it will not look as good as debugging a program, but something I do in desperate times is: create a file in a hex editor with the hex code, after this, open this file with w32dasm, It will prolly not know where the start of the code is, and will prompt you, I just let it at 0 and press OK. Hope this helps you,
Regards
Bloodyshade
Note: Registration is required to post to the forums.