Post Reply 
[split] HP-41CX - FC? Instruction - was HP 35S
04-08-2021, 02:47 AM
Post: #1
[split] HP-41CX - FC? Instruction - was HP 35S
Sorry, i didn't mention that the problem is on my HP41CX.
How can i do it on there
Find all posts by this user
Quote this message in a reply
04-08-2021, 02:52 AM
Post: #2
RE: HP 41CX
The
FC? IND 37 is for my HP41CX
even when i try to use XEQ in front of it, is comes up with message Non-existent.
How do we enter program steps involving Alpha Characters for instructions that are not on the keyboard, like FC? or FC?C, to make it recognize that this is more than just an Alpha string
Find all posts by this user
Quote this message in a reply
04-08-2021, 11:16 AM (This post was last modified: 04-08-2021 12:55 PM by ThomasF.)
Post: #3
RE: [split] HP-41CX - FC? Instruction - was HP 35S
On the 41-series, you can always enter a function by stating its name using [XEQ].
I.e. [XEQ] [ALPHA] name [ALPHA].

But, remember that NO functions include a space in its name (but program labels can), so e.g. "FC?C IND 37" should be seen as three different entries, the function "FC?C", indirection (IND) and the argument (37).

So, execute [XEQ] [ALPHA] FC?C [ALPHA], then [SHIFT] for indirect, and 37 for the argument.

As said, you can have a LBL with space, but then it would be listed with [XEQ], i.e. not stand by itself:

Code:
001 LBL "FR 35"
..
010 XEQ "FR 35"
011 FC?C IND 35
..

/Thomas

[35/45/55/65/67/97/80 21/25/29C 31E/32E/33E|C/34C/38E 41C|CV|CX 71B 10C/11C/12C/15C|CE/16C 32S|SII/42S 28C|S 48GX/49G/50G 35S 41X]
Find all posts by this user
Quote this message in a reply
04-10-2021, 12:21 AM
Post: #4
RE: [split] HP-41CX - FC? Instruction - was HP 35S
Thank you Thomas!!!!!
Find all posts by this user
Quote this message in a reply
Post Reply 




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