Post Reply 
New firmware for the Swissmicros DM15L
09-21-2024, 07:53 PM
Post: #45
RE: New firmware for the Swissmicros DM15L
Sorry,

A new bug has come to light.

The 10^x function doesn't work correctly. I hadn't checked it on an earlier version, but in the latest beta240921 it returns odd values.

clear stack (0 enter enter enter)
1
10^x

gives 0.00000

1 enter (puts 1 in X and Y)
10^x

gives 1.00000


2 (leaves 1 in Y and 2 "open" in X)
10^x
gives 1

2 enter (puts 2 in X and Y)
10^x
gives 4 (leaves 2 in Y, 4 in X)
10^x
gives 16 (leaves 2 in Y, 16 in X)
10^x
gives 65536

It seems to matter what's in Y AND in X, and never gives 10^x in any circumstance. Almost operates like Y^X but not quite, as the stack doesn't drop.

Just tried with beta240914, beta240916 and 10^x works correctly with those versions.

beta240920 has the 10^x bug, as does the latest beta240921

There's always something!

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


Messages In This Thread
RE: New firmware for the Swissmicros DM15L - Johnp_g - 09-21-2024 07:53 PM



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