HP Forums
Bug in hp41uc *sorta* - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Software Libraries (/forum-10.html)
+--- Forum: HP-41C Software Library (/forum-11.html)
+--- Thread: Bug in hp41uc *sorta* (/thread-6230.html)



Bug in hp41uc *sorta* - brianddk - 05-10-2016 06:44 AM

First off... Hat's off to Leo Duran for putting hp41uc together and maintaining it. I don't know if he is maintaining a bug list, but if he his, here's one to add.

I found a bug in hp41uc v1.30.

Here's the bug
Code:
STO+ IND 17
Compiles without error to
Code:
ST+ 17

Whereas

Code:
ST+ IND 17
Compiles without error to
Code:
ST+ IND 17
Correctly.

Effectively, the parser politely accepts either 'STO+' or 'ST+' but really only works with the second consistently.


RE: Bug in hp41uc *sorta* - leoduran - 06-10-2016 08:52 PM

Thank you for submitting the bug.

I've revised the HP41UC utility so that it works as a Win32 console application.
In the process, I fixed the bug you reported and made a few other changes.

Here's the link to the HP41UC project I've created in SourceForge:
https://sourceforge.net/projects/hp41uc/

The Win32 executable is here:
https://sourceforge.net/p/hp41uc/code/ci/master/tree/Win32App_x86/

Cheers!
Leo.