Keil™, An ARM® Company

µVision® IDE & Debugger

This feature works with...
ARMC166C251C51Eval

Disassembly

Disassembly Window Disassembly Window Button 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.

No Code Lines with no code are marked with a grey checked block.

Unexecuted Code Unexecuted lines (instructions) are marked with a grey block.

Executed Code Fully-executed lines (instructions) are marked with a green block.

Taken Branches Branches that have been taken are marked with a blue block.

Skipped Branches Branches that have been skipped are marked with an orange block.

Next Line to Execute The next line to execute is marked with a yellow arrow.