Disassembly
Click the Disassembly Window button on the toolbar to toggle display of this window.
The Disassembly Window shows mixed high-level source code and its associated assembler code.
Each instruction is marked with code coverage indicators that show execution status.
Lines with no code are marked with a grey checked block.
Unexecuted lines (instructions) are marked with a grey block.
Fully-executed lines (instructions) are marked with a green block.
Branches that have been taken are marked with a blue block.
Branches that have been skipped are marked with an orange block.
The next line to execute is marked with a yellow arrow.