We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See hoglet67/PiTubeDirect#42 for more information!
The text was updated successfully, but these errors were encountered:
Thanks Ford for creating this issue.
Specifically. these are the 6 cases where Zet incorrectly sets the carry flag:
cf=0 af=1 al= 0 : cfout=1 afout=1 alout= 6 cf=0 af=1 al= 1 : cfout=1 afout=1 alout= 7 cf=0 af=1 al= 2 : cfout=1 afout=1 alout= 8 cf=0 af=1 al= 3 : cfout=1 afout=1 alout= 9 cf=0 af=1 al= 4 : cfout=1 afout=1 alout= A cf=0 af=1 al= 5 : cfout=1 afout=1 alout= B
Some context: We're using Zet in the Matchbox Co Processor for the Beeb to re-implement Acorns 80186 Co Processor: https://github.com/hoglet67/CoPro6502/wiki
Over the last couple of years I've made several other bug fixes, which you can see in the history here: https://github.com/hoglet67/CoPro6502/commits/master/src/zet
There's still at least one more latent bug, as the debugger D86 just hangs on startup. Not had a chance to look into this.
Thanks for all your work on Zet, much appreciated.
Sorry, something went wrong.
No branches or pull requests
See hoglet67/PiTubeDirect#42 for more information!
The text was updated successfully, but these errors were encountered: