Post Reply 
Huge Program Space on HP-12C Platinum
01-21-2020, 11:25 AM (This post was last modified: 01-22-2020 12:20 AM by Gamo.)
Post: #1
Huge Program Space on HP-12C Platinum
Since the HP-12C included very big program space.

There must be a way to point to specific programs to use in
an easy to navigate ways rather than remembering the Line Number
for each of different programs.

The HP-11C or 15C got the labels A to E where user can put each
programs to destinated label and if user need more than 5 programs then
the [GSB] 1, 2, 3 etc is handy too.

For HP-12C Platinum I managed to put 10 program and use up
380 program steps. These programs can be call up by the program#
If user need to use program #4 simply press
[PRGM] 4 [R/S] display 4 and this program can be use repeatedly.

Here is the sample program.

https://www.hpmuseum.org/forum/thread-14374.html

The program routine to create labels: Example routine for Two Programs
001 1
002 -
003 X=0
004 GTO xxx // goto line# for Program #1
005 1
006 -
007 X=0
008 GTO xxx // goto line# for Program #2
009 GTO xxx // This canbe added later when need to add more programs by the last line of Program #2

Gamo 1/2020
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Huge Program Space on HP-12C Platinum - Gamo - 01-21-2020 11:25 AM



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