DBG$HELP.HLB  —  DEBUG  SHOW  RADIX  Examples
    1.DBG> SHOW RADIX
      input radix: decimal
      output radix: decimal
      DBG>

      This command identifies the input radix and output radix as
      decimal.

    2.DBG> SET RADIX/OVERRIDE HEX
      DBG> SHOW RADIX/OVERRIDE
      output override radix: hexadecimal
      DBG>

      In this example, the SET RADIX/OVERRIDE command sets the
      override radix to hexadecimal and the SHOW RADIX/OVERRIDE
      command indicates the override radix. This means that commands
      such as EXAMINE display all data as hexadecimal integer data.
Close Help