System information

Console Commands
A-12
MicroVax 3100 Models 88/98 User Information
The MOVE command performs byte, word, longword, and quadword reads and writes to
moving the data efficiently. The MOVE command supports physical and virtual address
spaces only.
Format:
MOVE [qualifier-list] {src_address} {dest_address}
Qualifiers:
Data control: /B, /W, /L, /Q, /N:{count}, /STEP:{size}, /WRONG
Address space control: /V, /U, /P
Arguments:
{src_address} A longword address that specifies the first location of the
source data to be copied.
{dest_address} A longword address that specifies the destination of the first
byte of data. These addresses may be an actual address or a
symbolic address. If no address is specified, + is assumed.
Examples:
>>> EX/N:4 0 ! Observe destination.
P 00000000 00000000
P 00000004 00000000
P 00000008 00000000
P 0000000C 00000000
P 00000010 00000000
>>> EX/N:4 200 ! Observe source data.
P 00000200 58DD0520
P 00000204 585E04C1
P 00000208 00FF8FBB
P 0000020C 5208A8D0
P 00000210 540CA8DE