Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ p(1spp) — UMIPS/BSD System Programmer's Package 2.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

g(1spp)

dump(1spp)

fill(1spp)

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)

SEE ALSO

g(1spp), dump(1spp), fill(1spp)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026