View the Disassembly Window

View disassembled code in this window. Select Window>Debugging>Output>Disassembly Listing File to open the window. You must Pause (halt) in a debug session (Debug>Debug Project) to see the window contents.

This information may also be found in the listing file produced by the linker. Open this file by selecting File>Open File and browsing for the ProjectName.lst file.

A quick way to view the entire disassembly file is to right click in the Disassembly window and select “Disassembly Listing File.”

Note: The Disassembly window will disassemble each instruction, but has no history of banking associated with the instruction. Therefore, SFR names displayed in the window will be for Bank 0.
Figure 1. Disassembly Windows with Variable Mouseover
Table 1. Disassembly Window Context Menu
Menu Item(s) Description
Step Instruction, Step Over, Run to Cursor See Step Through Code.
Cut, Copy, Paste Cut, copy, or paste selected text in the window.
Select in Projects Opens Projects window and selects the document containing selection.
Disassembly Listing File See the contents of the disassembly listing file.