Debug Manual

Table Of Contents
Debug Commands
Debug Manual421921-003
4-74
= Command
A, B, D, E, H, N, O, R, T, #, and %
specify the base in which Debug is to display the computed value
If you do not supply a base notation or do not reset the default numeric base with
the BASE command, Debug assumes octal.
Considerations
When a 32-bit word expression is displayed with the = command, it is shown as
a 16-bit word value whenever possible; that is, the high-order word is dropped if it
is merely a sign extension (0 or 177777).
Examples
For more information on the examples that use the = command, see Appendix F,
Sample Debug Sessions.
A denotes ASCII.
B denotes binary.
D denotes decimal.
E translates and displays expression as both the hardware ENV register
and the stack marker ENV register.
H denotes hexadecimal.
N denotes RISC instruction code.
O denotes octal.
R denotes RISC instruction code.
T denotes TNS instruction code.
# denotes decimal.
% denotes octal.