G(1spp)
NAME
g − get and display contents of memory location
SYNOPSIS
g [ -bhw ] address
DESCRIPTION
Get displays the contents of a single memory location in decimal, hex, and ascii character formats.
When used with the debugging monitor, dbgmon, address may also be a register name to display 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 displayed. See dbgmon(1spp) for more details.
The default memory access 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)