User manual

Basic debugging features UM0036
176/385 Doc ID 7705 Rev 11
Figure 116. PC in editor window
The Disassembly window provides a disassembly of the selected object file. Information
given in the Disassembly window includes the source filename and source line number.
These appear on a line by themselves in the Disassembly window, preceding the line of
disassembled code.
The line of disassembled source code includes the physical address, the corresponding
section of source code, the value in memory at that address, the assembly mnemonic,
and the operand(s).
For example, when a program halts at a breakpoint, the correct region of disassembled code
appears in the Disassembly window as shown in Figure 117.