Inspect Reference Summary

High-Level Inspect Commands
Inspect Reference SUmmary
106101 Tandem Computers Incorporated 17
HOLD The HOLD command suspends the execution of a program on the program list,
placing it in the hold state. Inspect does not begin prompting again until all
suspensions are accomplished.
HOLD [
program
[ ,
program
]... ]
[ * ]
program
: one of
program-number
program-name
cpu
,
pin
ICODE The ICODE command displays instruction mnemonics starting at a specified
statement or code address. For accelerated programs, the ICODE command may be
used to list TNS instructions, TNS/R instructions, or a combination of both.
ICODE
location
[ FOR
count
[
unit
] ] [
report
]
location
: one of
[ AT
code-location
]
[
tns/r tns/r-address-expression
]
[
tns-address-expression
] [ UC.
number
| UL.
number
]
unit
: one of
INSTRUCTION[S]
STATEMENT[S]
VERB[S]
report
: one of
TNS
tns/r
BOTH
tns/r
: one of
TNSR
TNS/R
R