MEMORY (command)

From NDWiki
Jump to navigation Jump to search
@MEMORY <low address>, <high address>

Defines the area of the virtual memory to be saved by the @DUMP command.

<low address>
(octal, default = 0) area to be saved, including limits.
<high address>
(octal, default = 0) area to be saved, including limits.

Rules:

  1. Permitted for all users.
  2. The command does not affect the users virtual memory space.
  3. The current settings of the boundaries are reset by the commands @LOAD-BINARY, @PLACE-BINARY and @RECOVER.

Example:

@MEMORY 100, 1777

The area to be dumped is 100 - 1777, limits included.

Related commands

@DUMP

References

Norsk Data Document ND–60.050.06 SINTRAN III USERS GUIDE section 3.3.3.2

Norsk Data Document ND–60.128.01 SINTRAN III REFERENCE MANUAL (printed June 1980), page 1-108