Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-204
Related Commands
Related Commands
ADD SOURCE ASSIGN on page 6-14
DELETE SOURCE ASSIGN on page 6-31
LIST SOURCE ASSIGN on page 6-141
SELECT SOURCE SYSTEM on page 6-169
SOURCE on page 6-196
SOURCE SYSTEM on page 6-211
SOURCE ICODE
The SOURCE ICODE command lists the instruction mnemonics corresponding to
listed source text.
AT code-location
specifies a code location relative to which source and instructions are to be listed.
limit-spec
specifies the amount of source text to display.
FOR count [ STATEMENTS | LINES ]
specifies the amount of source text to display. The count parameter specifies
the number of units (statements or lines) to display. Inspect selects the default
unit based on the current setting of the LOCATION FORMAT environment
parameter. If the setting specifies STATEMENTS, Inspect uses STATEMENTS
as the default unit; otherwise, it uses LINES.
BACK count [ STATEMENTS | LINES ]
specifies the amount of source text preceding source-locator to display. The
count parameter specifies the number of units (statements or lines) to display.
If you omit the unit, Inspect selects a default based on the current setting of the
LOCATION FORMAT environment parameter.
SOURCE ICODE [ AT code-location ] [ limit-spec ] [ WRAP ]
limit-spec: one of
FOR count [ STATEMENT[S] | LINE[S] ]
BACK count [ STATEMENT[S] | LINE[S] ]