Post Reply 
Panamatik new ACT: difference between program meomory and library?
01-12-2016, 02:06 AM (This post was last modified: 01-12-2016 02:09 AM by Geoff Quickfall.)
Post: #2
RE: Panamatik new ACT: difference between program meomory and library?
There are two memory blocks on the 67e. So twenty one programs can be stored. Library versus program memory differentiates the two separate areas for storing programs.

The first set are 0-9 (ten) accessed or stored with:

f f RCL 0 thru 9
f f STO 0 thru 9

The second set 00 thru 10 (eleven) accessed or stored with:

f f RCL . 0 thru 9
f f STO . 0 thru 9

The difference is the . (Decimal).

Ex 1)

Program 1 to be stored in program memory 0:

In program mode with program entered:

f f STO 0 (will result in the program being stored in memory 0)

f f RCL 0 ( will result in the program being copied from memory 0 to program memory for use.)

--------------------------------

Ex 2)

Program 2 to be stored in program memory 00

In program mode with program entered:

f f STO . 0 0 (will result in the program being stored in memory 00.)

f f RCL . 0 0 ( will result in the program being copied from memory 00 to program memory for use.)

The use of the . (Period) determine which memory set 0 thru 9 or 00 thru 10

That's twenty one times 224 line of available programming.

Geoff

Of course Bernhard will correct me as I have not created the 67E yet since all my 67s work. I have converted a 25 to a 67IR. Now that is fun also.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Panamatik new ACT: difference between program meomory and library? - Geoff Quickfall - 01-12-2016 02:06 AM



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