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 the WAIT line is asserted and the "Step to next instruction" button is clicked, the whole application freezes.
The text was updated successfully, but these errors were encountered:
Ouch yeah, that's because I do something really stupid here which ends up as an infinite loop if the CPU doesn't make progress:
v6502r/src/sim.c
Lines 121 to 125 in bcedbdd
Thanks for catching that, it will be a while until I get around fixing the issue though, I'm currently deep in other things.
Sorry, something went wrong.
floooh
No branches or pull requests
When the WAIT line is asserted and the "Step to next instruction" button is clicked, the whole application freezes.
The text was updated successfully, but these errors were encountered: