retrieve code from hex file in 8051

Thread Starter

madhun

Joined Jan 2, 2006
1
Hi All

I need a support if its possible to retreive a code in c from hex file while working on 8051 microcontroller based project. If yes, howz it possible.

Looking forward to your help. Thanks in advanc.

Thanks
 

hgmjr

Joined Jan 28, 2005
9,027
Originally posted by madhun@Jan 2 2006, 02:39 AM
Hi All

I need a support if its possible to retreive a code in c from hex file while working on 8051 microcontroller based project. If yes, howz it possible.

Looking forward to your help. Thanks in advanc.

Thanks
[post=12845]Quoted post[/post]​
What you will need is a disassembler program. Try googling with the keywords disassembler and 8051.

You will probably only be able to knock it back to Intel assembly language format.

Reverting back to C-language while feasible is a bit of a stretch.

hgmjr
 
Top