Post Reply 
LBL and END handling on the PX41CX and in PX41CX_Interface.xls
11-15-2024, 07:57 PM
Post: #8
RE: LBL and END handling on the PX41CX and in PX41CX_Interface.xls
(11-15-2024 05:30 PM)krischik Wrote:  In your code I detected the following problems...

Hi Martin,
Thanks for your three cases!

Corrections made, tests in progress... soon available!

For the first case, a small problem that I had to work around:
between 08 and 4b000000000000 it is not a space but an invisible character (ascii=160)
(Due to the copy from forum???)

For the third case...
Code:

    '-------------------------------------------------------
    ' Check for FIX, SCI and ENG
    If Left(CodeString, 2) = "9C" Or Left(CodeString, 2) = "9D" Or Left(CodeString, 2) = "9E" Then
        codecomp = Mid(CodeString, 1, 2)
        Instruction = Decode_HP41(codecomp) & " " & Val("&h" & Mid(CodeString, 3, 2))
        codecomp = Mid(CodeString, 1, 2) & " " & Mid(CodeString, 3, 2)
is more relevant.

Thanks for these cases that allow me to improve my tool.
By email it would have been simpler and faster (with possible attachments)

Best regards
Pierre

http://ti58c.phweb.me
http://clones.phweb.me
http://www.instagram.com/ti58c
"No! Do or Do not. There is no try!" [Master Yoda]
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: LBL and END handling on the PX41CX and in PX41CX_Interface.xls - Pierre - 11-15-2024 07:57 PM



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