Native Inspect Manual (H06.07+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-006
4-10
Syntax of Common Command Elements
Syntax of /format
/format
is a repeat count, followed by a format letter and a size letter in any order:
/[ count ][ format ][ size ]
count
is an integer specifying the number of units of size to display or print.
format
specifies the format to use for the display, as follows:
size
specifies the unit size as follows:
For example, 10bx means 10 repetitions of one byte in hexadecimal.
The /format options are used in the examine (x command), print command, and
output command. The print and output commands do not accept the format
specifications i and s, any size letter, or a repeat count of more than 1.
Format
Specification Meaning
o octal
x hexadecimal
d decimal
u unsigned decimal
t binary
f float
a address
i instruction (ICODE)
c char
s null terminated string
Size
Specification Meaning
b byte
h half word (16 bits)
w word (32 bits)
g giant (64 bits)