SET-MEMORY-CONTENTS: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(created SET-MEMORY-CONTENTS page)
 
m (→‎Related commands: corrected link to @LOOK-AT command)
 
Line 15: Line 15:


== Related commands ==
== Related commands ==
@[[LOOK-AT-MEMORY]]
@[[LOOK-AT]] MEMORY


== References ==
== References ==

Latest revision as of 13:52, 5 October 2017

@SET-MEMORY-CONTENTS <contents>, <low address>, <high address>

Set area of user memory (terminal virtual memory) to a specific content.

<contents>
(default = 0, octal) content.
<low address>
(default = 0, octal) low limit of memory area. Area includes limits.
<high address>
(default = 0, octal) high limit of memory area. Area includes limits.

Rules:

  1. Permitted for all users.

Example:

@SET-MEMORY-CONTENTS 124000,, 177777

Set entire 64K to 124000 (octal).

Related commands

@LOOK-AT MEMORY

References

Norsk Data Document ND–60.128.03 SINTRAN III REFERENCE MANUAL (printed February 1983), page 1-189

Norsk Data Document ND–60.174.Q01 SINTRAN III QUICK REFERENCE CARD