Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| public:calculator:guides:dm41_save_stats [10/02/26 17:41 GMT] – [Multiple Saved Files] john | public:calculator:guides:dm41_save_stats [10/02/26 18:01 GMT] (current) – [Multiple Saved Files] john | ||
|---|---|---|---|
| Line 118: | Line 118: | ||
| I've set up **two** data files : '' | I've set up **two** data files : '' | ||
| + | |||
| + | |||
| + | Then I thought of adding a 7th Register holding the '' | ||
| + | |||
| + | Delete the original '' | ||
| + | |||
| + | * '' | ||
| + | * execute '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * execute '' | ||
| + | |||
| + | |||
| + | The date is automatically stored in the register just //after// the '' | ||
| + | |||
| Here is '' | Here is '' | ||
| + | |||
| < | < | ||
| Line 128: | Line 144: | ||
| SEEKPTA | SEEKPTA | ||
| ∑REG? | ∑REG? | ||
| + | STO 01 | ||
| + | 6 | ||
| + | + | ||
| + | STO 00 | ||
| + | DATE | ||
| + | STO IND 00 | ||
| + | RCL 01 | ||
| 1.001 | 1.001 | ||
| * | * | ||
| - | .005 | + | .006 |
| + | + | ||
| SAVERX | SAVERX | ||
| Line 148: | Line 171: | ||
| SEEKPTA | SEEKPTA | ||
| ∑REG? | ∑REG? | ||
| + | STO 01 | ||
| + | 6 | ||
| + | + | ||
| + | STO 00 | ||
| + | RCL 01 | ||
| 1.001 | 1.001 | ||
| * | * | ||
| - | .005 | + | .006 |
| + | + | ||
| GETRX | GETRX | ||
| - | ¬CHESS OK | + | CLA |
| + | RCL IND 00 | ||
| + | ¬LAST | ||
| + | ADATE | ||
| AVIEW | AVIEW | ||
| PSE | PSE | ||