HP Forums

Full Version: HP41 FOCAL programming: characters on stack?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Question on programming the HP41:
Is it possible to copy the alpha register contents onto stack registers other than X?

Steve
.
Of course, but storage registers admit only up to 6 alpha characters per register, so if you have a full 24 chars in the ALPHA register you should do something like this:

ASTO X
ASHF
ASTO Y
ASHF
ASTO Z
ASHF
ASTO T


or any other registers you care, say 01, 02, 03, 04.

V.
Add from my side:
- if you have in ALPHA "TT", which would be a program name
- when you make "ASTO 00" and "XEQ IND 00", it will execute the program "TT"
Reference URL's