Dump and examine disassembled code elements

22-Aug-2024

The procedure described below generates a searchable text file containing the same information (address, data, debug symbol, opcode, operands...) as in the Disassembly window. With this, you can:

  • Find opcodes
  • Find accesses to specific addresses (e.g. write to SFR register)
  • Disassemble a specific piece of code/function
  • etc.


Solution

1. Open the Symbols Window via View | Debug | Symbols.

2. Right-click on the desired Symbol file and select Save.

3. Check the option Disassemble in the Dump Symbol Config list and confirm.



4. Search for the specific element in the generated text file.


More resources in winIDEA Help

Was this answer helpful?