Examine Command - Digital Equipment AlphaStation 500 Series User Information

Table of Contents

Advertisement

Examine Command

The examine command displays the contents of an address you specify. The address can
be a memory location, register, device, or file.
The syntax of the examine command is:
examine [-{b,w,l,q,o,h,d}] [-{physical, virtual, gpr, fpr, ipr}]
[-n < count >] [-s < step >] [< device >:]<a ddress >
where:
Command Option
-b
-w
-l
-q
-o
-h
-d
-physical
-virtual
-gpr
-fpr
-ipr
-n < count >
-s < step >
[< device >:]
< address >
Description
Byte of data.
Word of data.
Longword of data.
Quadword of data.
Octaword of data.
Hexword of data.
Displays data as a decoded macro instruction.
References physical address space.
References virtual address space.
References general-purpose register address space.
References floating-point register address space.
References internal-processor register address space.
Specifies the number of consecutive locations to examine.
Specifies the address increment as a hexadecimal value. This option
allows you to override the increment that is normally derived from the
data size.
Selects the device to access.
Specifies the address of the first location to examine within the current
device.
AlphaStation 500 Series User Information A-17
Console Commands

Advertisement

Table of Contents
loading

Table of Contents