Post Reply 
[WP 34s] Strange behaviour of [alpha]XEQ
11-14-2014, 11:47 AM
Post: #1
[WP 34s] Strange behaviour of [alpha]XEQ
Hello.
I'm trying to use the [alpha]XEQ function, but it doesn't work as (I) expected. From the manual I understand, that this function XEQtes the function with the name corresponding to the alpha-data stored in the register that is given as parameter.
I tried the following code in in the emulator and in the real calculator (both version 3680):
Code:
**LBL'AXQ'
LBL A
CL[alpha]
[alpha]'F'
[alpha]STO 00
[alpha]XEQ 00
RTN
LBL B
LocR 001
CL[alpha]
[alpha]'F'
[alpha]STO .00
[alpha]XEQ .00
PopLR
END
**LBL'F'
END

I started both versions from RAM. The 'A' version works on my realbuild but not in the emulator. The 'B' version doen't work on both machines. The [alpha]XEQ produces "NO SUCH LABEL".

Am I missing something or is this a bug?

Regards
Bernd
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[WP 34s] Strange behaviour of [alpha]XEQ - Bernd Grubert - 11-14-2014 11:47 AM



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