01
Read compiled firmware as annotated assembly, not a wall of hex
Point it at an Intel HEX file and you get the program back the way the chip sees it: every byte at its address, decoded to MCS-51 assembly, with special function registers, bit addresses and interrupt vectors named instead of left as numbers. Hover any instruction to see what it does. You stop translating opcodes in your head and start reading the program.