.OPERATION | [x] = 30 | ; Set [x] to: 30 |
.OPERATION | [y] = 45 | ; Set [y] to: 45 |
.OPERATION | [z] = 60 | ; Set [z] to: 60 |
.OPERATION | [c] = 100 | ; Set [c] to: 100 |
.. | | |
.OPERATION | SD / X Y Z | ; Save comment in doc. file |
.DOCUMENT FILE | sd_doc | ; New doc file name |
.. | | |
.OPERATION | SD 2,[x],[y],[z] | ; Save register variables in doc. file |
.DOCUMENT FILE | sd_doc | ; Existing doc file name |
.. | | |
.OPERATION | SD // Exp. # | ; Save comment in existing doc. file |
.DOCUMENT FILE | sd_doc | ; Existing doc file name |
.. | | |
.OPERATION | SD -7,[c] | ; Save commented register variables in doc. file |
.DOCUMENT FILE | sd_doc | ; Existing doc file name |
.. | | |
.OPERATION | SD E | ; Finished with this doc. file |
.DOCUMENT FILE | sd_doc | ; Existing doc file name |