P(1spp)
NAME
p − put the contents of a memory location
SYNOPSIS
p [ -bhw ] address value
DESCRIPTION
Put sets the contents of a single memory location to value.
When used with the debugging monitor, dbgmon, address may also be a register name to put the contents of the named client register. The general purpose registers may be specified as either r0 through r31, or by the compiler-usage names. Special purpose registers and system coprocessor registers of the client may also be put. See dbgmon(1spp) for more details.
The default width is word. Alternate widths are selected by one of the following characters:
b Byte (8 bits)
h Halfword (16 bits)
w Word (32 bits)