HP Forums
WP 34S: GTO.. behaviour - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Not quite HP Calculators - but related (/forum-8.html)
+--- Thread: WP 34S: GTO.. behaviour (/thread-1963.html)

Pages: 1 2


RE: WP 34S: GTO.. behaviour - Paul Dale - 08-16-2014 11:14 AM

(08-16-2014 09:04 AM)walter b Wrote:  pressing [EXIT] [P/R] instead leaves the program pointer at step 000.

This is the bug I think.

Enter:

LBL A
GTO .000
EXIT

Then press and hold A. Sigma+ shows not XEQ A.
Doing the same using P/R to exit and A shows XEQ A correctly.

The code isn't recalculating the program limits when EXIT is used.


- Pauli