Digital Equipment VAXstation 3100 Maintenance Manual page 214

Hide thumbs Also See for VAXstation 3100:
Table of Contents

Advertisement

(
Console Commands 193
B.2.2 COMMENT
>>>I <comment>
The COMMENT command (the exclamation point) is ignored by the console
program. It is used to annotate console 1/0 command sequences.
B.2.3 CONTINUE
>>> CONTINUE
The processor begins instruction execution al the address currently contained
in the program counter. The address in the program counter is the address
that was saved when the console program was started or is the address
that was entered by the operator using the DEPOSIT conunand. Processor
initialization is not performed. The console program enters program 1/0
mode (operating system such as VMS or Ultrix).
B.2.4 DEPOSIT
>>> DEPOSIT [<qualifier>] <address><data>
Deposits the data into the specified address. If no address space or data size
qualifiers are specified, the defaults are the address space and data size used
in the last DEPOSIT or EXAMINE command. After processor initialization,
the default address space is physical memory, the default address is zero, and
the default data size is longword.
Qualifiers
/B -
The data size is byte.
/W -
The data size is word.
• /L -
The data size is longword.
/V -
The address space is virtual memory. If memory mapping
is not enabled, virtual addresses are equal to physical addresses.
/P -
The address space is physical memory.
/I -
The address space is internal processor registers.
/G -
The address space is the general registers
(RO
through
Rl5).
/M -
The address space is the machine register.
/U -
Enables access to console program memory.

Advertisement

Table of Contents
loading

Table of Contents