Inspect Manual
Low-Level Inspect
Inspect Manual—429164-006
7-3
I and S Suffixes
code block. If the address expression includes more than one code block reference,
the first code block you specify determines the code segment.
I and S Suffixes
In low-level command syntax, the suffixes I and S always mean “indirect” and “string
indirect” respectively; they do not mean “instructions” and “statements.”
Expressions in Low-Level Inspect
The syntax you use to enter an expression in low-level Inspect is based on Debug
expression syntax. Here is the syntax you use to create expressions in low-level
Inspect.
number
The options of number have the following meanings:
+ denotes a positive value
- denotes a negative value
expression:
value [ operator value ]
operator: one of
* / << >> + -
value: one of
( expression )
‘ASCII-character ASCII-character
#code-block
#data-block
number [ .number ]
register
number is:
[ + | - ] [ # ] integer
register: one of
P E L S
R0 R1 R2 R3 R4 R5 R6 R7
RA RB RC RD RE RF RG RH