Native Inspect Manual (H06.13+, J06.03+)

$register-name
displays the contents of the specified register. For example, print $pc displays the contents
of the $pc register.
Syntax of /format
/format
A repeat count, followed by a format letter and a size letter in any order as follows:
/[count][format][size]
count
An integer specifying the number of units of size to display or print.
format
Specifies the format to use for the display, as follows:
MeaningFormat Specification
octalo
hexadecimalx
decimald
unsigned decimalu
binaryt
floatf
addressa
instruction (ICODE)i
charc
null terminated strings
size
Specifies the unit size as follows:
MeaningSize Specification
byteb
half word (16 bits)h
word (32 bits)w
giant (64 bits)g
For example, 10bx means 10 repetitions of one byte in hexadecimal.
The /format options are used in the following commands:
x command (examine), see x Command (page 125).
print command, see print Command (page 103),
output command, see output Command (page 103).
The print and output commands do not accept the following format specifications:
i
s
Syntax of Common Command Elements 63