Post Reply 
HP 12C Basic Programming
09-09-2024, 03:58 AM (This post was last modified: 09-09-2024 03:59 AM by Steve Simpkin.)
Post: #2
RE: HP 12C Basic Programming
The following is one example of doing what you described.

Go to Program Mode (f, P/R), press f, PRGM to clear program memory and enter the following 16 step program:

01 X
02 1
03 0
04 0
05 +
06 g, GTO 00
07 /
08 1
09 0
10 0
11 -
12 g, GTO 00
13 +
14 5
15 /
16 g, GTO 00
(note this last step should already be present if you had cleared PRGM memory)

Press f, P/R to go to Run Mode.


Usage example:
Type in number 1 and press ENTER.
Type in number 2.

To run program 1, press the following in Run Mode:
g, GTO 01 R/S

To run program 2, press the following in Run Mode:
g, GTO 07 R/S

To run program 3, press the following in Run Mode:
g, GTO 13 R/S
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


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



User(s) browsing this thread: 1 Guest(s)