Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-181
Related Commands
Related Commands
LIST PROGRAM on page 6-137
SET STATUS LINE25 and SET STATUS SCROLL on page 6-187
SHOW with PROMPT option on page 6-194
SET RADIX
The SET RADIX command changes the default radix (numeric base) for integer
representations of input, output, or both. Inspect uses the default input radix to qualify
integer values that are unqualified—that is, integers whose base is not specified. Each
source language provides its own mechanism for specifying bases.
INPUT
specifies that radix applies only to input data.
OUTPUT
specifies that radix applies only to output data.
level
specifies the command-mode level whose radix you want to set. HIGH specifies
high-level Inspect, LOW specifies low-level Inspect, and BOTH specifies both high-
level and low-level Inspect. If you omitlevel, SET RADIX affects the current
command mode.
radix
selects the new default radix, and is one of:
DECIMAL
HEXADECIMA
OCTAL
SET RADIX [ INPUT | OUTPUT ] [ level ] [=] radix
level: one of
BOTH HIGH LOW
radix: one o
DEC[IMAL] HEX[ADECIMAL] OCT[AL]