Hi I have a ASM code of 80c597a , and deciphering that ASM code to understand what the actual connection of the core would have been ,is getting very tiring . Can anyone help me with some sort of decompiler to convert the code to C and name variables. I think C will be rather easy to understand than ASM.
Thanks in advance
Only if it was written in an understandable way in the first place!
A machine translation of messy ASM is only going to give you correspondingly messy 'C'
If you want some intelligent interpretation of the ASM, that's going to take a skilled & experienced human.
"some sort of decompiler to convert the code to C and name variables"
How do you suppose that a machine is going to come up with meaningful names?
Perhaps you could explain how you come to have this incomprehensible ASM, and what you're actually trying to do with it?