Inspect Manual
Low-Level Inspect
Inspect Manual—429164-006
7-6
Differences Between Low-Level Inspect and Debug
The = Command
In Debug, the = command supports these conversion modes:
In low-level Inspect, the = command supports these additional modes:
When you use the C, UC, or UL conversion modes, Inspect displays the value using all
location formats: STATEMENTS OFFSET, LINES FILE ALL OFFSET, and
INSTRUCTIONS; for example:
amount: one of
num
T width * height
base: one of
A B D H I O X #
register: one of
P E L S
R0 R1 R2 R3 R4 R5 R6 R7
RA RB RC RD RE RF RG RH
#
Decimal
A
ASCII
B
Binary
I
ICODE
E
Environmental register (flags, RP setting)
D
Decimal
H
Hexadecimal
O
Octal
X
Hexadecimal
ENV
Same format as E (environmental register)
C
Current code segment (code block plus offset)
UC [ .seg-num, ]
User code segment (code block plus offset)
UL [ .seg-num, ]
User library segment (code block plus offset)
_PROG_= 500 : UC.0
= #MAIN.6 + %11I, #MAIN.#16.41($VOL.SVOL.PRGSRC) + %11I, #MAIN + %45I