How tu un-private a private program

Programs for HP-41

How tu un-private a private program

Postby jotne » Fri Nov 28, 2008 10:43 am

This is not written by me, but by Steve@hpmuseum
I did not need to SST (Displays LBL "XXX"), since the CAT1 did stop at LBL "XXX"
Also the register number was not exactly the same

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

First, some background. (If you don't need this, just skip down a bit to where the method is described)

The HP-41 card reader (and other mass storage devices) allow you to save a program as "Private". This has the effect of preventing someone making changes to the program.

It is the END instruction at the end of a program that holds the flag that a program is private. It is this that we have to remove to un-private the program.

When it was devised by HP, they did not provide a way to un-private a program. So if you accidentally saved a program as private, or corrupted the cards with the normally saved one then you were left in a bit of a dillema.

However, BUG 9 comes to the rescue. For more information, read P621 of "Extend Your HP-41" (The not so little red book).

BUG 9 provides the method used to bootstrap the byte-grabber into the key assignment registers, thus making Synthetic programming a rather simple process.

This method is very similar to that procedure. I came across this while playing around one day. I make no claim to it being my discovery, there were far more gifted, industrious, and just plain geeky people ahead of me that (no doubt) found it before me.

HOW TO DO IT!!!

This assumes that the private program is the last in memory. This procedure worked on my HP 41, but NO WARRANTIES ARE EXPRESSED OR IMPLIED. If your card reader turns into a potato, it's your own fault!

GTO.. (this packs memory, but more importantly, puts you at the end of it)

PRGM (to put calc into Program mode)

LBL "XXX" (Enter this)

GTO.. (This places an END at the end of the program you just keyed in.)

CAT 1 (Stop when LBL XXX shows in display)

SST (Displays LBL "XXX")

SST (Displays .END. REG XX)

ALPHA (Place calculator in Alpha mode)

CLX (display is 4094 END)

BST (display is 4093 LBL"XXX")

BST (display is 4092 END -- this is the end that would normally trigger the display of PRIVATE, but here it doesn't)

CLX (display is 4091 xxxxxx -- last line of private program. We just got rid of the pesky private end)

SST (display is 4092 LBL"XXX")

CLX (removes label)

ALPHA (out of alpha mode)

GTO .. (puts a normal end on the program, and resets the numbers back to what you would expect)

And that's it.
HP41CX with CCD module . HP41CV . HP42S + many other HP calculators
User avatar
jotne
Site Admin
Site Admin
 
Posts: 69
Joined: Mon Nov 24, 2008 6:52 pm

Return to HP-41 Software

Who is online

Users browsing this forum: No registered users and 1 guest

cron