HP 12C Basic Programming
|
09-11-2024, 10:43 AM
(This post was last modified: 09-11-2024 10:46 AM by Nihotte(lma).)
Post: #5
|
|||
|
|||
RE: HP 12C Basic Programming
Hello everyone, I would also like to add a little programming tip that has often been useful for the HP12C Platinum and its large memory: I establish a small summary at the start of the program area which allows me to jump to the correct program line depending on the choice I make. This gives this for the solution provided by Steve Simpkin: Code:
Afterwards, - to launch program #1, I use the GTO 01 R/S - to launch program #2, I use the GTO 02 R/S - to launch program #3, I use the GTO 03 R/S This allows several programs to coexist in the calculator's memory and to call them as needed, as long as we remember their order of presence in memory. Keep yourself healthy! Laurent |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
HP 12C Basic Programming - avsebastian - 09-09-2024, 02:51 AM
RE: HP 12C Basic Programming - Steve Simpkin - 09-09-2024, 03:58 AM
RE: HP 12C Basic Programming - C.Ret - 09-09-2024, 06:53 AM
RE: HP 12C Basic Programming - avsebastian - 09-11-2024, 01:31 AM
RE: HP 12C Basic Programming - Nihotte(lma) - 09-11-2024 10:43 AM
RE: HP 12C Basic Programming - Steve Simpkin - 09-11-2024, 06:03 PM
|
User(s) browsing this thread: 2 Guest(s)