[There are three methods of calling 'SD'.]
.DOCUMENT FILE: DOC001
[Enter the name of the file where the register contents
are to be placed.]
[SD X0,X15,X20,X5
The value of X0 is used as a key for storing and retrieving
this register set (X15,X20,X5) in the file.
If the contents of the registers are: X0=4, X15=-1.5, X20=30.8, X5=0.0
Then the document file DOC001 will be appended with a record
containing in readable formatted form:
4 3 -1.5 30.8 0.0
where "4" is the key, "3" is the number of floating point
numbers following the key, and "-1.5", "30.8", and "0.0"
are the contents of the registers X15, X20, X5 in the same
sequence as they appear in the 'SD' command. This record
will supercede any previous entries in this file that have
the same key. Keys are limited to four digits.
SD -5,X15,X20,X5
In this case, the register is specified by the key "-5".
SD /NEW COMMENT FOR DOC FILE
In this case, a new comment is added to the document file
at the end of the previous contents.]
NOTES