SET-MEMORY-CONTENTS
Jump to navigation
Jump to search
@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:
- 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