beautypg.com

Disassembly window, Figure 157. disassembly window, In the – Zilog Z8F0130 User Manual

Page 426

background image

Using the Debugger

UM013037-1212

402

Zilog Developer Studio II – Z8 Encore!
User Manual

Close the

Symbols

window before running a command script.

The

Symbols

window displays the address for each symbol in the program.

Disassembly Window

Click the

Disassembly Window

button to show or hide the

Disassembly

window.

The

Disassembly

window displays the assembly code associated with the code shown in

the code window. For each line in this window, the address location, the machine code, the
assembly instruction, and its operands are displayed.

After performing a reset, the

Disassembly

window is sometimes displayed for one of the

following reasons:

The project was not built with debug information enabled. You can enable the debug
information with the

Generate Debug Information

checkbox on the

General

page of

the

Project Settings

dialog box.

An Assembly Only project includes

VECTOR RESET = xxx

, which has no associated

debug information.

When you right-click in the

Disassembly

window, the context menu allows you to per-

form the following tasks:

Copy text

Figure 157. Disassembly Window

Note: