STATUS (command)

From NDWiki
Revision as of 13:30, 1 August 2012 by Tingo (talk | contribs) (created page for the STATUS command)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
@STATUS

This command prints on the terminal the contents of the registers. The register contents are given as octal numbers. The type-out is as 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

The register contents will always reflect user's virtual memory, and will not be changed when executing system commands.

References

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

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