STATUS (command): Difference between revisions
Jump to navigation
Jump to search
(created page for the STATUS command) |
m (added 60.128.03 reference) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
@STATUS | @STATUS | ||
This command prints on the terminal the contents of the | This command prints on the terminal the register contents of the background program. The register contents are given as octal numbers. | ||
The register contents will always reflect user's virtual memory, and will not be changed when executing system commands. | |||
Rules: | |||
#Permitted for all users. | |||
#The printout is a follows: | |||
P=xxxxxx program counter | P=xxxxxx program counter | ||
X=xxxxxx post-index register | X=xxxxxx post-index register | ||
Line 9: | Line 15: | ||
S=xxxxxx status register | S=xxxxxx status register | ||
B=xxxxxx pre-index (base) register | B=xxxxxx pre-index (base) register | ||
== Related commands == | |||
@[[LOOK-AT]] MEMORY | |||
== References == | == References == | ||
{{ND-doc|60.050.06}} section 3.3.6.1 | {{ND-doc|60.050.06}} section 3.3.6.1 | ||
{{ND-doc|60.128.03}} (printed February 1983), page 1-205 | |||
{{ND-doc|60.128.01}} (printed June 1980), pages 1-184, 1-185 | |||
{{ND-doc|60.174.Q01}} | {{ND-doc|60.174.Q01}} | ||
[[Category:Background Commands]] | [[Category:Background Commands]] |
Latest revision as of 12:43, 15 September 2017
@STATUS
This command prints on the terminal the register contents of the background program. The register contents are given as octal numbers.
The register contents will always reflect user's virtual memory, and will not be changed when executing system commands.
Rules:
- Permitted for all users.
- The printout is a follows:
P=xxxxxx program counter X=xxxxxx post-index register T=xxxxxx temporary register A=xxxxxx accumulator D=xxxxxx double accumulator L=xxxxxx subroutine link address register S=xxxxxx status register B=xxxxxx pre-index (base) register
Related commands
@LOOK-AT MEMORY
References
Norsk Data Document ND–60.050.06 SINTRAN III USERS GUIDE section 3.3.6.1
Norsk Data Document ND–60.128.03 SINTRAN III REFERENCE MANUAL (printed February 1983), page 1-205
Norsk Data Document ND–60.128.01 SINTRAN III REFERENCE MANUAL (printed June 1980), pages 1-184, 1-185
Norsk Data Document ND–60.174.Q01 SINTRAN III QUICK REFERENCE CARD