Store and Recall extra steps
Store and Recall extra steps
Can there be a setting in the future to have the sto and rcl more like the HP15C? Example, When I enter a value in "X". I can press STO 1. On the DN42 I have to press STO 1, then enter. Add a clear "ALL" It will clear stack, last X, memory locations.
Re: Store and Recall extra steps
This is as advertised. Actually, you'd have to press STO 01. STO 1 ENTER is an alternative way. Take out your HP-15C and compare.
DM42 SN: 00041 --- Follower of Platon.
HP-35, HP-45, ..., HP-50, WP 34S, WP 31S, DM16L
HP-35, HP-45, ..., HP-50, WP 34S, WP 31S, DM16L
Re: Store and Recall extra steps
It's one of the benefits that the HP 42s by default had 25 storage registers (R00 -- R24). And you can resize it to be even larger if you like (up to 100 with direct addressing, more with indirect). This necessitates double digit register addresses. You can change the size of your storage registers to be smaller, but you still have to enter two digits. That's just the architecture.
The 15c had a different architecture, with R0 -- R9 and R.0 -- R.9 being directly addressed and isn't designed for being easily expandable past that.
The 15c had a different architecture, with R0 -- R9 and R.0 -- R.9 being directly addressed and isn't designed for being easily expandable past that.
DM42 SN 210
Re: Store and Recall extra steps
For the clear command you requested, just make this tiny program:
LBL "CLAL"
CLRG
CLST
END
Then you can just XEQ CLAL.
LBL "CLAL"
CLRG
CLST
END
Then you can just XEQ CLAL.
--bob p
DM42: β00071 & 00282
DM42: β00071 & 00282
Re: Store and Recall extra steps
Note that CLST doesn't clear the L register. To do that as well, just insert an appropriate operator to use the '0' in X:
Code: Select all
LBL "CLAL"
CLRG
CLST
+
END
Not SwissMicros staff, just an enthusiast.
Re: Store and Recall extra steps
Code: Select all
clst
*
Esben
DM42 SN: 00245
DM42 SN: 00245