HELP EXAMINE — MicroVMS 4.4
Displays the specified virtual memory location, maintaining a pointer at that location. Format EXAMINE location[:location] Requires user mode read and write access to the virtual memory location.
Additional information available:
Parameters
location A virtual address or a range of virtual addresses (where the second address is larger than the first). A location can be any valid arithmetic expression containing arithmetic or logical operators or previously assigned symbols. Radix qualifiers determine the radix in which the address is interpreted; hexadecimal is the initial default radix. Symbol names are always interpreted in the radix in which they were defined. The radix operators %X, %D, or %O can precede the location. A hexadecimal value must begin with a number (or be preceded by %X).
Qualifiers
Additional information available:
/ASCII/BYTE/DECIMAL/HEXADECIMAL/LONGWORD
/OCTAL/WORD
/ASCII
Displays the data in ASCII; uses hexadecimal as the default radix for numeric literals that are specified on the command line. Binary values that do not have ASCII equivalents are displayed as periods.
/BYTE
/LONGWORD /WORD Displays the data in bytes, longwords, or words. The initial default is longwords.
/DECIMAL
/HEXADECIMAL /OCTAL Displays the data in decimal, hexadecimal, or octal. The initial default is hexadecimal.
/HEXADECIMAL
See /DECIMAL.
/LONGWORD
See /BYTE.
/OCTAL
See /DECIMAL.
/WORD
See /BYTE.