Post Reply 
HP41 FOCAL programming: characters on stack?
05-11-2023, 09:40 PM
Post: #2
RE: HP41 FOCAL programming: characters on stack?
.
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.

  
All My Articles & other Materials here:  Valentin Albillo's HP Collection
 
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP41 FOCAL programming: characters on stack? - Valentin Albillo - 05-11-2023 09:40 PM



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