PIC18 Disassembler is for the PIC18Cxxxx and PIC18F parts only. This tool allows the user to Disassemble files. That means to convert from raw binary Machine Code back to User viewable / editable Mnemonics that can be directly modified using a text editor and then re-assembled using the free Microchip assembler.
The duration of the disassembly process varies depending on the memory size of the micro controller.
This tool has advantages over the 12/14-bit PIC Disassembler (PicDis) in that due to the architecture of the PIC18xxxx devices full branch / call destination addresses can be decoded.
Limitations:
· Save option disabled
What's New in This Release: [ read full changelog ]
· Minor Bug fix for the Configuration fuses.
· Minor Bug fix for branches outside the hex file.
· Minor Bug fix for MOVFF to lookup register names.
· Minor Bug Fix for NOP generation.
· New Feature, Add comments to the disassembly, either Address or OpCode or Both.