🎉 We're happy to announce a new public release ðŸŽ‰

  • Pin Mapper for AURIX v1.1r5 - A graphical tool for defining AURIX device port mapping and generation of device initialization code
Contact us to get access

winIDEA: Dump and examine disassembled code elements

15-Jan-2026

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?