Debug Manual

Table Of Contents
Debug Commands
Debug Manual421921-003
4-73
VQA Command
VQA Command
The VQA command sets the current selectable data segment to the specified absolute
segment number. The syntax of the VQA command is:
expression-16
is the specified segment ID of the segment that is to be the current selectable data
segment (Q segment). If you omit expression-16, the current segment ID
reverts to the one in use when the process entered Debug.
Considerations
The VQA command affects only the current segment ID as viewed during
debugging. It does not change the current segment ID seen by the program itself.
If the specified segment ID is not allocated, an error occurs.
Example
050,03,00266-vqa #1024
= Command
The = command computes and displays the value of an expression. This value can be
displayed in octal, decimal, hexadecimal, binary, ASCII, RISC instruction code, or TNS
instruction code.
The = command can also translate and display an expression as both forms of the
TNS environment ENV register: the hardware ENV register and the stack marker ENV
register.
The form of the = command is:
VQA [ expression-16 ]
= expression [ : [ A ] ]
[ B ]
[ D ]
[ E ]
[ H ]
[ N ]
[ O ]
[ R ]
[ T ]
[ # ]
[ % ]