beautypg.com

A.16 depositing and examining data – HP DS20L User Manual

Page 127

background image

SRM Console A-39

A.16 Depositing and Examining Data

The deposit command stores data in a specified location. The examine
command displays contents of a memory location, register, or device.

Syntax: deposit [-{b,w,l,q,o,h}] [-{n value, s value}] [space:] address data
examine [-{b,w,l,q,o,h}] [-{n value, s value}] [space:] address

-b

Defines data size as byte.

-w

Defines data size as word.

-l (default)

Defines data size as longword.

-q

Defines data size as quadword.

-o

Defines data size as octaword.

-h

Defines data size as hexword.

-d

Instruction decode (examine command only)

-n value

The number of consecutive locations to modify.

-s value

The address increment size. The default is the data size.

space:

Device name (or address space) of the device to access.

address

Offset within a device to which data is deposited. Can be:

dev_name

A device name.

fpr- name

The floating-point register set; name
is F0 to F31.

gpr- name

The general register set; name is R0
to R31.

ipr- name

The internal processor registers.

pt- name

The PALtemp register set; name is
PT0 to PT23.

pmem Physical memory (default).

vmem Virtual memory.

data

Data to be deposited.