Cycle, Dasm – Freescale Semiconductor Microcontrollers User Manual

Page 768

Advertising
background image

Debugger Engine Commands

Debugger Commands

768

Microcontrollers Debugger Manual

Example:

in>cr /Freescale/demo/myrecord.txt ;A

The myrecord.txt file is opened in “Append” mode for a recording session.

CYCLE

In the SoftTrace component, the CYCLE command displays or hides cycles. When
cycle is off, milliseconds (ms) are displayed.

Usage

CYCLE on|off

Components

Softtrace component.

Example:

in>CYCLE on

DASM

The DASM command displays the assembler code lines of an application, starting at the
address given in the parameter. If there is no parameter, the assembler code following the
last address of the previous display is displayed.

This command can be stopped by pressing the Esc key.

Equivalent Operation

Right-click in the Assembly component window, select Address... and enter the
address to start disassembly in the Show PC dialog box.

Usage

DASM [address|range][;OBJ]

address: A constant expression representing the address where disassembly
begins.

range: An address range constant that specifies addresses to be disassembled.
When range is omitted, a maximum of sixteen instructions are disassembled.

Advertising