Inspect Reference Summary

High-Level Inspect Commands
Inspect Reference Summary
18 106101 Tandem Computers Incorporated
tns
/r-
address-expression
:
tns
/r-
value
[
operator
tns
/
r-value
]...
tns
-
address-expression
:
tns
-
value
[
operator
tns-value
]...
operator
: one of
* / << >> + -
tns
-
value
: one of
(
tns-expression
)
16-bit number
tns-register
tns/
r-
value
: one of
(
tns/r-address-expression
)
32-bit number
16-bit number
[ .
16-bit
number
]
tns/r-register
IDENTIFIER The IDENTIFIER command displays information about the internal characteristics of a
given data location or of all data locations in one or more scope units.
IDENTIFIER { * |
identifier-spec
}
identifier-spec
: one of
[
scope-path
. ]
identifier
[ .
identifier
]...
scope-path
#
data-block
##
GLOBAL
IF The IF command provides conditional execution of an Inspect command.
IF
expression
THEN {
command
|
alias-name
}