Native Inspect Manual (H06.04+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-005
4-81
x command
format
can be:
a address
c char
d signed decimal
f float
i instruction
o octal
s string
t binary
u unsigned decimal
x hexadecimal
size
can be:
b byte
h half word (16 bits)
w word (32 bits)
g giant (64 bits or 8 bytes)
address
is the address in memory at which you want the display to start.
For additional details regarding COBOL programs, see “Using Native Inspect With
COBOL Programs.”
Default Values
The defaulting rules for arguments to the x command enable you to easily display
successive memory ranges using the same formatting:
•
Default address—if you do not specify an address, the x command displays
memory following the last address examined, or 0 if no address was previously
examined.
•
Default format—if you do not specify format, the x command uses the format
specifications (format, size, and number) that you most recently specified with the
x command.
These defaults (the last address examined, and the format specification) are set by a
number of commands—the x command, the info breakpoints command, the info line
command, and the print command when you use it to display memory.
Convenience Variables $_ and $__
The convenience variables $_ and $__ store information about the most recent x
command. The convenience variable $_ is automatically set by the x command to the










