Hi all,
When assembling the "jump if higher" instruction:
jh label
there seems to be an error. This instruction is assembled as ">16xx", this is the code for "jne label".
It should be ">1Bxx".
This occurs only with 3.009 version. With the previous one (3.008) no problem.
It caused me to fight for hours against a bug I was trying to find in my source code, but that was in the assembled code...!!!
I have sent a mail to the author, is he still active on this project?
Guillaume.















