Table 3.30, Drop into, Drag out – Freescale Semiconductor Microcontrollers User Manual

Page 113

Advertising
background image

Debugger Components

General Debugger Components

113

Microcontrollers Debugger Manual

Drag Out

Table 3.31

contains the drag actions possible from the Register window.

Drop Into

Table 3.32

shows the drop actions possible into the Register component.

Table 3.30 Register Menu Description

Menu Entry

Description

Hex

Selects the hexadecimal register display format

Bin

Selects the binary register display format

Oct

Selects the octal register display format

Dec

Selects the signed decimal register display format

UDec

Selects the unsigned decimal register display format

Float

Selects the float register display format (all 32/64 bit registers are
displayed as floats, all others as hex)

Auto

Selects the auto register display format (all floating point 32/64 bit
registers are displayed as floats, all others as hex)

Bit Reverse

Selects the bit reverse data display format (Each bit is reversed).

Table 3.31 Register Component Drag Possibilities

Destination
Component Window

Action

Assembly

Assembly component receives an address range, scrolls
up to the corresponding instruction and highlights it.

Memory

Dumps memory starting at the address stored in the
selected register. The corresponding address is selected
in the memory component.

Command Line

The address stored in the pointed to register is appended
to the current command.

Advertising