| |||
| Home > Navigating the Source and Disassembly Views > Locating the destination of a branch instruction | |||
You can locate the destination of a branch instruction.
To locate the destination of a branch instruction:
Connect to your target.
Load the required image, for example dhrystone.axf.
The current scope is at the PC.
Click the Disassembly tab to view the disassembly. Figure 5.6 shows an example:
Right-click on the label of the branch instruction,
to display the context menu. In the example shown in Figure 5.6, right-click
on the __rt_entry label.
Select Locate Address... from the context menu to display the Prompt dialog box together with the chosen label.
Click Set. The disassembly
view changes to show the location of the chosen label, at address 0x9ECC for
this example. A blue bordered arrow identifies the location. Figure 5.7 shows an example: