Post Reply 
Bug in hp41uc *sorta*
05-10-2016, 06:44 AM (This post was last modified: 05-10-2016 06:49 AM by brianddk.)
Post: #1
Bug in hp41uc *sorta*
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.

MyCalcs: Physical: {hp48gx, hp50g, hp35s} Emu: {hp42s(Free42), hp41c(v41)}
Blog: https://brianddk.github.io/
Find all posts by this user
Quote this message in a reply
06-10-2016, 08:52 PM (This post was last modified: 09-11-2016 04:30 AM by leoduran.)
Post: #2
RE: Bug in hp41uc *sorta*
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...32App_x86/

Cheers!
Leo.
Find all posts by this user
Quote this message in a reply
Post Reply 




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