Inspect Manual

High-Level Inspect Commands
Inspect Manual429164-006
6-33
DISPLAY
DISPLAY
The DISPLAY command formats and displays these types of items:
Data location, including SPI buffers and tokens
Program registers (TNS and TNS/R)
Program code
Quoted strings
Expressions (after evaluating them)
Integral values (as a specified data type)
In addition, the DISPLAY command provides several clauses that enable you to control
the size, type, and formatting of the items you display.
The complete syntax for the DISPLAY command and its clauses:
DISPLAY item [ , item ]... [ formatting-clause ]
item: one of
display-data [ WHOLE ] [ PLAIN ] [ FOR for-spec ]
display-code [ FOR group-spec ]
REGISTER register-item [ TYPE display-type ]
spi-buffer
spi-token [ AS data-type ] [ FOR for-count ]
string
( expression )
VALUE value-list [ TYPE display-type ]
display-data: one of
identifier
data-location AS data-type
data-location TYPE display-type
data-location: one of
( expression ) [ SG ]
identifier