Library /sys$common/syshlp/dbg$help.hlb DEBUG, SHOW, RADIX, Examples *Conan The Librarian (sorry for the slow response - running on an old VAX) |
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.
|