Exit, Fill, Range value – Freescale Semiconductor Microcontrollers User Manual
Page 782

Debugger Engine Commands
Debugger Commands
782
Microcontrollers Debugger Manual
EXIT
In the Command line component, the EXIT command closes the Debugger application.
Usage
EXIT
Components
Debugger engine.
Example:
in>EXIT
The Debugger application is closed.
FILL
In the Memory component, the FILL command fills a corresponding range of Memory
component with the defined value. The value must be a single byte pattern (higher bytes
ignored).
Usage
FILL range value
The syntax for range is: LowAddress...HighAddress
Components
Memory component.
Equivalent Operation
The Fill Memory dialog box is available from the Memory context menu and by
selecting Fill or Memory > Fill menu entry.
Example:
in>FILL 0x8000..0x8008 0xFF
The memory range 0x8000...0x8008 is filled with the value 0xFF.