Examine – Compaq AlphaPC 164LX User Manual

Page 53

Advertising
background image

Alpha SRM Console Firmware

7–11

Basic Alpha SRM Console Command Descriptions

examine

Displays the contents of the specified address.

Syntax

examine [-{b,w,l,q,o,h,d}] [-{physical, virtual,

gpr, fpr, ipr}] [-n <count>] [-s <step>]

[<device>:]<address>

Arguments

<device>:

The optional device name (or address space) selects the device to
access.

<address>

The address specifies the first location to examine within the current
device. The address can be any legal address specified.

Options

examine Command Option

Description

-b

Specifies data type is byte.

-w

Specifies data type is word.

-l

Specifies data type is longword.

-q

Specifies data type is quadword.

-o

Specifies data type is octaword.

-h

Specifies data type is hexword.

-d

Specifies the data displayed is the decoded macro
instruction. The Alpha instruction decode (-d) does not
recognize machine-specific PALcode instructions.

-physical

References physical address space.

-virtual

References virtual address space.

-gpr

References general-purpose register address space.

-fpr

References floating-point register address space.

Advertising