Disassemble and sneak pick into your Intel 8-bit microcontroller Hex Code.
8051 Disassembler / Decompiler is a Windows application that can take your 8051 Microcontroller Program Binary in HEX format. Then it can parse and give you a complete picture of how the program resides in the Program memory byte by byte. It gives you Assembly Code with tooltip and visual annotation like which code is going to the Special Function Register, which one is the interrupt vector etc, and lots of rich information. By looking into the decompiled rich annotations, you will get the intuition about the compiled hex code.