HP Forums
LONGEST VALID SEQUENCE OF KEYSTROKES - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: LONGEST VALID SEQUENCE OF KEYSTROKES (/thread-4417.html)



LONGEST VALID SEQUENCE OF KEYSTROKES - Mike T. - 07-23-2015 11:58 PM

My collection of classic/wookstock/spice/voyager models is far from complete but after a long break I have some time to get back to rewriting my simulators in C for linux/X.

Since I'm planning on using something as primitive as an inetger to store the input I thought I'd better just double check how long the longest valid key stroke sequence is on these models.

From memory I'm pretty sure there isn't a valid sequence longer then four keystrokes (eg STO + . 1) but can anyone remember one that is more than four key strokes?

Thanks.


RE: LONGEST VALID SEQUENCE OF KEYSTROKES - Gerson W. Barbosa - 07-24-2015 12:53 AM

To mention just two valid 5-keystroke sequences:

HP-11C: GTO . 0 0 1
HP-15C: GTO CHS 0 0 1

Gerson.