DBG$HELP.HLB  —  DEBUG  SHOW  RADIX  Description
    The debugger can interpret and display integer data in any one
    of four radixes: binary, decimal, hexadecimal, and octal. The
    current radix for the entry and display of integer data is the
    radix last established with the SET RADIX command.

    If you did not enter a SET RADIX command, the default radix for
    both data entry and display is decimal for most languages. The
    exceptions are BLISS and MACRO, which have a default radix of
    hexadecimal.

    The current override radix for the display of all data is the
    override radix last established with the SET RADIX/OVERRIDE
    command. If you did not enter a SET RADIX/OVERRIDE command, the
    override radix is "none".

    Related commands:

       DEPOSIT
       EVALUATE
       EXAMINE
       (SET,CANCEL) RADIX
Close Help