Description
Machine code for older microcontrollers and Z80-family targets can be disassembled into readable assembly. This is useful for firmware analysis, education, recovery of old code, or low-level debugging.
It is a reverse-engineering and development tool. Use it only on firmware you are allowed to analyze, and remember that disassembly rarely recreates original source code perfectly.