-->
0 Members and 1 Guest are viewing this topic.
Keypress Programming: What is it?Keypress programming is the kind of programming used on old, vintage calculators like the TI-66 Galaxy.Notice how there are some programming instructions - and they're all on seperate buttons (or using 2nd.)The LRN button is for making a program. Each programming instruction is on a seperate "step". Every step has a number. Some calculators can only hold 112 or less steps. The reason it's called keypress programming is because to enter a command, all you had to do was press a key. Every key press is a step. For example, a program to multiply a number by 2 would be 3 steps long, meaning 3 keypresses long. You would press x to multiply, 2, and = to return the value. Now, the R/S and RST commands are crucial too. They stop/start the program, and reset the step counter to 0.