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
...when starting pacman.zig over and over again, sometimes the Z80 decoder else branch is reached, and always with step 0x926 (2342 decimal).
Maybe fixed by: b46bf9f
The text was updated successfully, but these errors were encountered:
...yep, it was definitely that bug in gotoM(). The faulty target step 0x926 corresponds to the gotoM() call in the CALL M,nn instruction decoder.
CALL M,nn
Sorry, something went wrong.
floooh
No branches or pull requests
...when starting pacman.zig over and over again, sometimes the Z80 decoder else branch is reached, and always with step 0x926 (2342 decimal).
Maybe fixed by: b46bf9f
The text was updated successfully, but these errors were encountered: