How to convert (*.asm;*.lst & *.hex) to "C" program ...#2

Papabravo

Joined Feb 24, 2006
21,225
i want hex file into c code but reabable any one help me
The [original] thread was eight years old with no new developments and no recent posts to this thread by the thread starter. Sadly the only reliable way to do it is manually with whatever brain power you have. We can have the chaplain punch your TS card if you like.
 
Last edited:

Ian0

Joined Aug 7, 2020
9,814
Also worth bearing in mind: If you convert the assembly program to C, then compile the C which effectively translates it back to assembler, it will then be bigger than the original assembly program and will run more slowly.
 
Top