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
Sorry, but the best tool in existence for translating assembler to C is the human brain, augmented with a document containing the instruction set, and the usual documentation for processor registers, memory regions etc.