Examining And Depositing To Memory Or System Registers - DEC Digital Alpha VME 4/224 User Manual

Table of Contents

Advertisement

>>> help examine deposit
NAME
examine
FUNCTION
Display data at a specified address.
SYNOPSIS
examine [-{b,w,l,q,o,h,d}] [-{physical,virtual,gpr,fpr,ipr}]
[-n <count>] [-s <step>]
[<device>:]<address>
NAME
deposit
FUNCTION
Write data to a specified address.
SYNOPSIS
deposit [-{b,w,l,q,o,h}] [-{physical,virtual,gpr,fpr,ipr}]
[-n <count>] [-s <step>]
[<device>:]<address> <data>
The help command supports a type of wildcarding. For example, the command
help st displays any commands that begin with ''st'', such as start and stop.
If full help is available, the help * command displays all of the information on
all of the commands. However, to control the display of the text, combine the
command with the more command, as shown in the following example:
>>> help * | more
This command sequence causes a screen of text to be displayed. Press the
spacebar to continue the display and press Ctrl/C to terminate the display.
For an explanation of the symbols used to represent syntax, get help on the help
command itself, using the following command:
>>> help help
12.4 Examining and Depositing to Memory or System
Registers
A byte stream is similar in concept to an OpenVMS console address space. It
can represent an extent of memory, a set of registers, a device, or a file. The
console commands manipulate these byte streams by performing typical device
operations: open, read, write, close. Therefore, in this discussion, the term
device refers to any byte stream or address space regardless of its actual physical
implementation. For example, the address space, /P, can be accessed as a device,
PMEM.
Console Primer 12–7

Advertisement

Table of Contents
loading

This manual is also suitable for:

Digital alpha vme 4/288

Table of Contents