Enter data into a memory location.
Syntax:
┌──────────────────┐ │ │ │ ──── E ────┬────────────┬───────┬──────────────┬─┴──────────── └─── addr ───┘ ├── value ──┤ └── string ──┘
Parameters:
addr
An address expression may be specified. R and .R commands for information on establishing default addresses.
Results & Notes:
If memory is present values are entered into storage otherwise an Invalid Address message is generated. If this should happen, valid storage may be paged into memory by means of the .I command..
If no value or string parameter is specified the Kernel Debugger prompts the user a byte at a time for replacement values by displaying the original value followed by a colon. In prompt mode, the user may proceed as follows:
type a replacement byte value in hexadecimal, or
accept the original value and move on to the next location by pressing the space-bar, or
back up to the previous location by entering a - (minus) character, or
terminate prompt mode by pressing carriage return (with or without a replacement value).