KernelDebugRef - Numbers: Difference between revisions
Appearance
Created page with "{{IBM-Reprint}} {{KernelDebugRef}} The default base for numbers in the Kernel Debugger is 16 (hexadecimal). You can add a one-letter suffix to the digits of a number to indicate the base of the number, as shown in the following table. The term '''nnnnnn''' represents a number that consists of a variable number of digits. {| class="wikitable" ! Number !! Base !! Valid digits |- | nnnnnnY || Binary || 0 1 |- | nnnnnnO || Octal || 0 1 2 3 4 5 6 7 |- | nnnnnnQ || Octal ||..." |
(No difference)
|
Latest revision as of 23:13, 3 May 2025
Reprint Courtesy of International Business Machines Corporation, © International Business Machines Corporation
The default base for numbers in the Kernel Debugger is 16 (hexadecimal). You can add a one-letter suffix to the digits of a number to indicate the base of the number, as shown in the following table. The term nnnnnn represents a number that consists of a variable number of digits.
Number | Base | Valid digits |
---|---|---|
nnnnnnY | Binary | 0 1 |
nnnnnnO | Octal | 0 1 2 3 4 5 6 7 |
nnnnnnQ | Octal | 0 1 2 3 4 5 6 7 |
nnnnnnT | Decimal | 0 1 2 3 4 5 6 7 8 9 |
nnnnnnH | Hexadecimal | 0 1 2 3 4 5 6 7 8 9 A B C D E F |