🎉 We're happy to announce new public releases 🎉

  • SmartCode v10.4r1 - Take advantage of all the benefits our tools have to offer and build your applications with the latest version
  • TriCore v6.3r1 Inspector v1.0r8 - Save time and detect known issues before they get into your application
Contact us to get access

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?