User`s guide

Table Of Contents
User Commands 4–33
User Commands
cw
cw
The cw command allows you to edit memory words (16-bit).
Format
cw [address]
Parameters
address
Specifies the address of the memory word you want to change.
Description
The cw command allows you to modify the contents of the specified memory
address. If no address is specified, then the next word is selected. The Debug
Monitor displays the address followed by the current data and a colon (:). For
example:
00200090: 101D :
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.