Native Inspect Manual (H06.03+)

Table Of Contents
Syntax of Native Inspect Commands
Native Inspect Manual528122-003
3-9
Syntax of /format
(the output associated with $1), and print $5 redisplays the output
associated with $5.
register-name
displays the contents of the specified register. For example, print $pc
displays the contents of the $pc register.
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.
Format
Specification Meaning
o octal
x hexadecimal
d decimal
u unsigned decimal
t binary
f float
a address
i instruction (ICODE)
c char
s string
Size
Specification Meaning
b byte
h half word (16 bits)
w word (32 bits)
g giant (64 bits)