new ACT flashtool bug report
|
01-12-2016, 04:04 PM
Post: #1
|
|||
|
|||
new ACT flashtool bug report
Thanks to this thread I was able to get the diagnostic program onto my HP67E relatively quickly.
But in order to get it working I had to correct an error in the program (on the calculator) manually. It seems that the key code parser in the ACT flash tool has "R->P" and (P->R) swapped. "R->P" should be "32 72" and "P->R" should be "31 72", but it is the other way round. The good news is, everything else works fine! In case any one else wants to try, this is the code and as comment the original code from the and the post mentioned above and the keycodes: Code:
|
|||
01-12-2016, 05:25 PM
Post: #2
|
|||
|
|||
RE: new ACT flashtool bug report
(01-12-2016 04:04 PM)Harald Wrote: It seems that the key code parser in the ACT flash tool has "R->P" and (P->R) swapped. Thank you for this bug report, I will correct the flash tool soon. I apologize for swapping these opcodes, but they look so damned similar. The ACT FlashUpdate tool contains a mnemonic parser for each calculator and it will be easy to re-swap the codes. It seems that you are the first, who used this feature of loading programs into the ACT from the PC. My congratulations! Bernhard That's one small step for a man - one giant leap for mankind. |
|||
01-12-2016, 06:01 PM
(This post was last modified: 01-12-2016 06:03 PM by Harald.)
Post: #3
|
|||
|
|||
RE: new ACT flashtool bug report
(01-12-2016 05:25 PM)PANAMATIK Wrote:(01-12-2016 04:04 PM)Harald Wrote: It seems that the key code parser in the ACT flash tool has "R->P" and (P->R) swapped. No need to apologize. I am impressed by how few bugs there are in your software! But I have to apolgize for finding what looks like another bug. This time in the calculator firmware. I belive this has happened because of the way you had to reformat exponents for the smaler display. Here is a printout of the diagnostic program (sorry for the bad picture) The first line should be "-888.9 -90", and is also displayed like that on the calculator. The following lines appear to be correct. |
|||
01-12-2016, 08:11 PM
Post: #4
|
|||
|
|||
RE: new ACT flashtool bug report
(01-12-2016 06:01 PM)Harald Wrote: The first line should be "-888.9 -90", and is also displayed like that on the calculator. The following lines appear to be correct. Thank you again for this new bug. For sure, this is a problem of reformatting, which I have to solve. I can add another reported HP-67E bug. If loading a program with f f RCL .. the function keys A-E keep their math functions until a program step is entered manually. Together with the HP67E P-R R-P swap bug when loading programs from PC there are three known ACT bugs. I will address them tomorrow. Bernhard That's one small step for a man - one giant leap for mankind. |
|||
01-13-2016, 06:59 PM
Post: #5
|
|||
|
|||
RE: new ACT flashtool bug report
(01-12-2016 08:11 PM)PANAMATIK Wrote: Together with the HP67E P-R R-P swap bug when loading programs from PC there are three known ACT bugs. I will address them tomorrow. I released a new HP67EIr Version 1.04 for download today. The above printing bug was only effective in ENG (engineering) mode and swallowed one exponent digit, when interpreting the display buffer for printing. The function keys A-E now switch correctly between labels and math functions after loading a program. And ACTFlashUpdate.exe utility is corrected, P->R R->P are not swapped any more. Also the ProgramCodes.pdf table is updated, because it contained the same swapped mnemonics. Wating for no more HP67E bugs to be reported, because only 17 (seventeen) from 16k PIC instructions are free in ACTs program memory. Bernhard That's one small step for a man - one giant leap for mankind. |
|||
01-13-2016, 10:21 PM
Post: #6
|
|||
|
|||
RE: new ACT flashtool bug report
(01-13-2016 06:59 PM)PANAMATIK Wrote:(01-12-2016 08:11 PM)PANAMATIK Wrote: Together with the HP67E P-R R-P swap bug when loading programs from PC there are three known ACT bugs. I will address them tomorrow. Impressive Bernhard! Thanks for the super quick bug fix! I will flash the calculator tomorrow. At the moment the mnemonic parser doesn't accept keycodes, does it? If it did, it would be possible to use these libraries for the RPN67 simulator. I presume you have a table containing the mnemonics for the parser. I'd be happy to add the keycodes if that would make it relatively simple for you to include them as an alternative in the parser. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)