Post Reply 
HP 41CV – CLP After Initialized ROM Program
05-27-2022, 02:49 AM
Post: #2
RE: HP 41CV – CLP After Initialized ROM Program
Hi,

When running (XEQ) a ROM Pac program, it is not copied into the user RAM, but executed directly from the ROM module.

You can use the "COPY" command and save a copy of that program into the RAM instead. Then you can even remove the module (provided there are no other dependencies) and execute this program from RAM.

If you later want to remove it from RAM just use CLP as needed.

On the procedure you've described your program runs directly from the ROM Pac; hence when you try to use CLP you receive the error message: "ROM".

Hope this helps.

Best regards.

Diego.

"Do not suppose, check it twice."
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP 41CV – CLP After Initialized ROM Program - Diego Diaz - 05-27-2022 02:49 AM



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