Simbolic Disassembler for PIC16C/16F Family

Does anyone know of a shareware or freeware disassembler for the Microchip PIC mid-range devices (16CXX, 16FXX). I know there is a disassembler floating around for the PIC 16F84 but I don't believe it supports the whole family mid-range family as far as peripherals are concerned. I also know that MPLAB can disassemble the binary but not fully symbolically. I would like to have labels instead of addresses for call and jumps and all the standard defined peripheral names in the source when disassembling a binary.

Thanks,

Frank

Reply to
F. DeLuca
Loading thread data ...

Does anyone know of a shareware or freeware disassembler for the Microchip PIC mid-range devices (16CXX, 16FXX). I know there is a disassembler floating around for the PIC 16F84 but I don't believe it supports the whole family mid-range family as far as peripherals are concerned. I also know that MPLAB can disassemble the binary but not fully symbolically. I would like to have labels instead of addresses for call and jumps and all the standard defined peripheral names in the source when disassembling a binary.

Thanks,

Frank

Reply to
F. DeLuca

hi, the sybolic names are not present in the assembled code just the actual instructions and data.

Reply to
CBarn24050

Most disassemblers will create labels that you can edit to be more meaningful, then pass back through the disassembler. Perhaps that's what Frank is looking for?

--
Ron Sharp.
Reply to
Android Cat

You could be right, the only trouble is how can you invent a suitable label name if you dont have the source code.

Reply to
CBarn24050

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.