Post Reply 
Programming issue HP41CX
02-13-2018, 08:28 PM
Post: #18
RE: Programming issue HP41CX
(02-13-2018 07:59 AM)Dieter Wrote:  
(02-13-2018 01:20 AM)jhaig99 Wrote:  When empty it shows 319 registers.

Fine. So the memory is empty.

(02-13-2018 01:20 AM)jhaig99 Wrote:  The program label is V13, but when I try to execute it, it cannot be found.

Then something is going wrong. If you see a LBL V13 you can of course execute this program. Be sure to enter the "1" and "3" shifted, as you did when you entered the label: XEQ ALPHA V shift 1 shift 3 ALPHA.

(02-13-2018 01:20 AM)jhaig99 Wrote:  With all the program steps entered, when I then resize for 026 it packs and returns END REG 07

So there are only 7 registers left. And SIZE 007 is the limit.

(02-13-2018 01:20 AM)jhaig99 Wrote:  My catalog 4 (extended memory) on the CV has a lot of commands. i.e. *,/,+, -, ACOS, ADV, ASHF, ASN, etc. I did not put these there so not sure where they come from.

CAT 4 and 5 are only available on the CX. They are equivalent to EMDIR and ALMCAT on a C or CX with extended memory. On any other device, like the CV, they do the same as CAT 3. Which is the catalog with the standard commands. You don't put anything there yourself, it's simply the built-in standard functions of any HP41. ;-)

(02-13-2018 01:20 AM)jhaig99 Wrote:  The CX where I entered the program, is showing Cat 4 "Dir Empty"

Sure. Extended memory is not used here.

(02-13-2018 01:20 AM)jhaig99 Wrote:  I'm thinking the values in extended memory may be required for program execution.

I think there is a general misunderstanding regarding CAT 4 and extended memory. ;-)

(02-13-2018 01:20 AM)jhaig99 Wrote:  When I run Cat 1 it list program labels, then END 2188.

Since the total memory is 2233 bytes there are 45 bytes left. That's 6 registers and 4 bytes (so I wonder why you get 00 REG 07).

(02-13-2018 01:20 AM)jhaig99 Wrote:  I really think this V13 program is very sophisticated and have come to believe the data in the extended memory may be part of the program some how.

I suspect there are some errors when you entered the program so that it consumes more memory than it should. At least we now can say for sure that SIZE 026 defniitely is not possible with the program the way you entered it. I wonder if it really requires SIZE 026, so I'd like to see the part of the documentation that say thiat this is required.

Why don't you just set SIZE 007 and see if it runs?

Dieter

I tried size 007 but program will not run. The attachment I sent discusses the size 026 information.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Programming issue HP41CX - jhaig99 - 02-05-2018, 08:42 PM
RE: Programming issue HP41CX - rprosperi - 02-05-2018, 11:10 PM
RE: Programming issue HP41CX - jhaig99 - 02-06-2018, 03:41 PM
RE: Programming issue HP41CX - Dieter - 02-06-2018, 08:04 AM
RE: Programming issue HP41CX - jhaig99 - 02-06-2018, 03:47 PM
RE: Programming issue HP41CX - Dieter - 02-07-2018, 08:26 AM
RE: Programming issue HP41CX - grsbanks - 02-06-2018, 04:37 PM
RE: Programming issue HP41CX - jhaig99 - 02-13-2018, 01:20 AM
RE: Programming issue HP41CX - jhaig99 - 02-13-2018, 08:45 PM
RE: Programming issue HP41CX - Dieter - 02-13-2018, 09:57 PM
RE: Programming issue HP41CX - rprosperi - 02-14-2018, 12:54 AM
RE: Programming issue HP41CX - jhaig99 - 02-19-2018, 09:30 PM
RE: Programming issue HP41CX - Dieter - 02-13-2018, 07:59 AM
RE: Programming issue HP41CX - Werner - 02-13-2018, 08:59 AM
RE: Programming issue HP41CX - jhaig99 - 02-13-2018 08:28 PM
RE: Programming issue HP41CX - Dieter - 02-13-2018, 10:01 PM
RE: Programming issue HP41CX - J-F Garnier - 02-14-2018, 08:56 AM
RE: Programming issue HP41CX - jhaig99 - 02-19-2018, 09:19 PM
RE: Programming issue HP41CX - Dieter - 02-19-2018, 09:35 PM
RE: Programming issue HP41CX - jhaig99 - 02-26-2018, 06:16 PM
RE: Programming issue HP41CX - damaltor - 02-13-2018, 07:45 AM
RE: Programming issue HP41CX - jhaig99 - 02-13-2018, 08:41 PM
RE: Programming issue HP41CX - Dieter - 02-13-2018, 08:04 PM
RE: Programming issue HP41CX - jhaig99 - 02-13-2018, 08:25 PM
RE: Programming issue HP41CX - Dieter - 02-13-2018, 09:53 PM
RE: Programming issue HP41CX - Dieter - 02-14-2018, 07:52 AM
RE: Programming issue HP41CX - jhaig99 - 02-19-2018, 09:25 PM
RE: Programming issue HP41CX - hth - 02-13-2018, 07:52 PM
RE: Programming issue HP41CX - jhaig99 - 02-13-2018, 08:20 PM
RE: Programming issue HP41CX - hth - 02-13-2018, 08:54 PM
RE: Programming issue HP41CX - jhaig99 - 02-19-2018, 09:34 PM
RE: Programming issue HP41CX - J-F Garnier - 02-15-2018, 07:51 AM
RE: Programming issue HP41CX - Dieter - 02-15-2018, 08:04 AM
RE: Programming issue HP41CX - jhaig99 - 02-19-2018, 09:11 PM
RE: Programming issue HP41CX - jhaig99 - 02-26-2018, 08:34 PM
RE: Programming issue HP41CX - hth - 02-26-2018, 10:39 PM
RE: Programming issue HP41CX - damaltor - 02-27-2018, 09:49 AM
RE: Programming issue HP41CX - jhaig99 - 02-27-2018, 09:48 PM
RE: Programming issue HP41CX - Joe Horn - 02-27-2018, 10:44 PM
RE: Programming issue HP41CX - jhaig99 - 02-27-2018, 11:00 PM
RE: Programming issue HP41CX - Joe Horn - 02-28-2018, 03:35 AM
RE: Programming issue HP41CX - Dieter - 02-28-2018, 07:43 AM
RE: Programming issue HP41CX - jhaig99 - 03-05-2018, 07:42 PM
RE: Programming issue HP41CX - rprosperi - 03-05-2018, 10:25 PM
RE: Programming issue HP41CX - Dieter - 03-09-2018, 09:27 AM
RE: Programming issue HP41CX - jhaig99 - 03-08-2018, 11:31 PM
RE: Programming issue HP41CX - jhaig99 - 03-12-2018, 05:51 PM
RE: Programming issue HP41CX - Dieter - 03-13-2018, 06:32 PM
RE: Programming issue HP41CX - Dieter - 03-14-2018, 06:19 PM
RE: Programming issue HP41CX - jhaig99 - 03-19-2018, 06:32 PM
RE: Programming issue HP41CX - Dieter - 03-19-2018, 06:39 PM
RE: Programming issue HP41CX - jhaig99 - 03-19-2018, 02:50 PM
RE: Programming issue HP41CX - jhaig99 - 03-20-2018, 05:06 PM
RE: Programming issue HP41CX - Dieter - 03-20-2018, 08:51 PM



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