Library /sys$common/syshlp/dbg$help.hlb DEBUG, SHOW, RADIX, Description *Conan The Librarian (sorry for the slow response - running on an old VAX) |
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. On VAX processors, the exceptions are BLISS and MACRO-32, which have a default radix of hexadecimal. On Alpha processors, the exceptions are BLISS, MACRO-32, and MACRO-64, 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
|