User`s guide

Table Of Contents
4–24 User Commands
User Commands
cl
cl
The cl command allows you to edit memory longwords (32-bit).
Format
cl [address]
Parameters
address
Specifies the address of the memory longword you want to change.
Description
The cl command allows you to modify the contents of a specified memory address. If
no address is specified, then the next longword is selected. The Debug Monitor
displays the address followed by the current data and a colon (:). For example:
00200090: E7E0101D :
To modify the contents of this memory location, type the new data after the colon
and press the Return key. To end the editing of memory locations, type any
nonalphanumeric character except a period (.). The nonalphanumeric character can
be typed after the modified byte (on the same line). To leave the current location
unchanged, press the Return key on an empty line.
Example
In this example, the memory data at address 0 has been modified from 91E01122 to
E7E01021.
EB64> cl 0
00000000: 91E01122: e7e01021
EB64> pl 0 0
00000000: E7E01021 00000000 00000000 00000000 !...............