| SD E | [Save Document - End] |
| SD IC | [Save Document - In Core] |
| DOC SORT | [Sort Document file] |
| DOC CREATE | [Create Document file] |
| DOC REN | [Renumber Document file keys] |
| SD SHUFFLE | [Shuffle Document file] |
[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
[Using this method the value of X0 is used as a key for storing
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' operation.]
SD /NEW COMMENT FOR DOC FILE
[Using this method, a new comment is added to the document file
at the end of the previous contents.]
SD -5,X15,X20,X5
[Using this method, the register is specified by the key "-5".
If the key is less than 0 and greater than -1000
NOTES
© Copyright Notice / Enquiries: spider@wadsworth.org