P(1prom) UMIPS-V Reference Manual P(1prom)
NAME
p - put the contents of a memory location or machine
register
SYNOPSIS
p [ width ] address value
DESCRIPTION
The p command sets the contents of a single memory location
(address) to value.
When you use the p command with the debug monitor, address
may be a general, special, or system coprocessor register
name. The general purpose registers may be specified as
either r0 through r31, or by the compiler-usage names. See
dbgmon(1spp) for more details on the general and special
registers.
The default for width is word. An alternate width can be
selected by entering one of the following characters on the
command line as an argument:
-b Byte (8 bits)
-h Halfword (16 bits)
-w Word (32 bits)
SEE ALSO
g(1prom), dump(1prom), fill(1prom).
dbgmon(1spp) in the System Programmer's Package.
Page 1 (printed 3/13/90)