Quote Originally Posted by Demon View Post
You shouldn't need anything else besides the hex file.

http://en.m.wikipedia.org/wiki/Decompiler

The problem is that decompilers don't all translate back to the same version of assembler.

You can do it, you just need all the proper tools.

Robert
Ok, we seem to be mixing terms tho... I was under the impression that when it comes to MC programming, that there is a distinct difference betwteen disassemble and decompile. Correct me if I am under the wrong idea, but I thought the reason disassembly is possible is because assembly is standardized more than with normal type programming for software. The way I understand it, we are really kind of double translating or double compiling on pic unless we want to learn to write in assembly. ie.. PBP3--> assembly--> hex or C--> assembly--> hex or Proton --> assembly--> hex, and this is why disassembly is usually possible even if decompile probly wont be....