🎉 We're happy to announce new public releases 🎉

  • TriCore v6.2r2 Inspector v1.0r8 - An automated method for identifying toolset issues in compiled output code
  • VX-toolset for Arm - v8.0r1 - A certified compiler toolset for safety critical embedded software development on Arm cores
Contact us to get access

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?