
208
5.10 Viewing the Labels
Symbol information is included in the debugging information, which is used when the HEW links the user
program source code to the actual code in the memory. Symbol information is also included in the debug object
file. This information is a list of names that indicate addresses in the program. These names are called labels in
the HEW. The [Disassembly] window shows the first eight characters of each label instead of the corresponding
address or as a part of an instruction operand *.
Note: When a label value matches an operand, the corresponding instruction operand is replaced by the label.
If two or more labels have the same value, the one that comes first in alphabetical order is displayed.
When [edit control] accepts an address or a value, a label can be entered instead.
5.10.1 Listing Labels
Choose [View -> Symbol -> Labels] or click the [View Labels] toolbar button (
) to list all labels defined in
the current debugger session.
Figure 5.36 [Label] Window
You can view symbols sorted either alphabetically (by ASCII code) or by address value by clicking on the
respective column heading.
Double-clicking in the [BP] column can set or clear a software breakpoint at the start of the function.
Comentarios a estos manuales