Freescale Semiconductor Microcontrollers User Manual

Page 745

Advertising
background image

Debugger Engine Commands

Debugger Commands

745

Microcontrollers Debugger Manual

where list=command{,command}

command= ADR (ON|OFF) |

SMEM range |

SPC address |

CODE(ON|OFF) |

ABSADR (ON|OFF) |

TOPPC address |

SYMB (ON|OFF)

NOTE

Also refer to

SMEM

and

SPC

command descriptions for more detail about

these commands. The SPC command is similar to the TOPPC command but
also highlights the code and does not scroll to the top of the component
window.

Equivalent Operations

• ATTRIBUTES ADR ~ Select menu Assembly > Display Adr

• ATTRIBUTES SMEM ~ Select a range in Memory component window and

drag it to the Assembly component window.

• ATTRIBUTES SPC ~ Drag a register to the Assembly component window.

• ATTRIBUTES CODE ~ Select menu Assembly > Display Code

• ATTRIBUTES SYMB ~ Select menu Assembly > Display Symbolic

Example

Assembly < ATTRIBUTES ADR ON,SYMB ON,CODE ON, SMEM

0x800,16

Addresses, hexadecimal codes, and symbolic names are displayed in the Assembly
component window, and assembly instructions at addresses 0x800,16 are
highlighted.

In the Register Component

The ATTRIBUTES command allows you to set the display and state options of
the Register component window.

The FORMAT command sets the display format of register values.

The VSCROLLPOS command sets the current absolute position of the vertical
scroll box (the vposition value is in lines: each register and bitfield have the same
height, which is the height of a line). vposition is the absolute vertical scroll
position. The value 0 represents the first position at the top.

Advertising