Post Reply 
WP34S - PSTO PRCL question
04-02-2015, 02:55 AM (This post was last modified: 04-02-2015 02:56 AM by CR Haeger.)
Post: #1
WP34S - PSTO PRCL question
Hi - I am a new WP34S user. I have a question about proper use of PSTO and PRCL commands.

After reading the v3.3 manual and a beginners guide, I tried to save a program into the library using PSTO.

I created a program with label 'F' then pointed to it using GTO F. Then h P.FCN PSTO XEQ.

After checking h CAT it seems that Lbl F is still in ram, not moved to Lib.

This occurs in both my device and in the emulator. Am I doing something incorrectly?

Otherwise, a fantastic machine!
Find all posts by this user
Quote this message in a reply
04-02-2015, 07:35 AM
Post: #2
RE: WP34S - PSTO PRCL question
(04-02-2015 02:55 AM)CR Haeger Wrote:  After checking h CAT it seems that Lbl F is still in ram, not moved to Lib.
This occurs in both my device and in the emulator. Am I doing something incorrectly?

You are doing everything correctly. PSTO makes a copy of your program. If you want to recover the RAM occupied by your program, just use CLP on it in RAM.

Marcus von Cube
Wehrheim, Germany
http://www.mvcsys.de
http://wp34s.sf.net
http://mvcsys.de/doc/basic-compare.html
Find all posts by this user
Quote this message in a reply
04-02-2015, 01:20 PM
Post: #3
RE: WP34S - PSTO PRCL question
(04-02-2015 07:35 AM)Marcus von Cube Wrote:  You are doing everything correctly. PSTO makes a copy of your program. If you want to recover the RAM occupied by your program, just use CLP on it in RAM.

I ran across this same issue, and since I was nervous about deleting my hand-entered program without confirmation that it had actually been saved to flash, I just changed the LBL in RAM to something else. Then I could see the program under the old name in Lib.
Find all posts by this user
Quote this message in a reply
04-02-2015, 03:00 PM
Post: #4
RE: WP34S - PSTO PRCL question
(04-02-2015 01:20 PM)signals Wrote:  I ran across this same issue, and since I was nervous about deleting my hand-entered program without confirmation that it had actually been saved to flash...

Use PSAVE (ON+STO+STO) to make a copy of the complete RAM into a special area in flash. This is a safe way to protect your work before you start doing dangerous things like starting long running programs or changing batteries. Programs from the backup area can even be directly run if needed.

Marcus von Cube
Wehrheim, Germany
http://www.mvcsys.de
http://wp34s.sf.net
http://mvcsys.de/doc/basic-compare.html
Find all posts by this user
Quote this message in a reply
Post Reply 




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