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
;; Step 3: Check if slot is RAM .testram lda &8006 eor #&FF sta &8006 cmp &8006
We really need to write two locations with two different values.
See: https://stardot.org.uk/forums/viewtopic.php?p=249327#p249327
The text was updated successfully, but these errors were encountered:
Or add a additional CMP which reads a different value from the same ROM, and perturbs the data bus.
Sorry, something went wrong.
No branches or pull requests
We really need to write two locations with two different values.
See: https://stardot.org.uk/forums/viewtopic.php?p=249327#p249327
The text was updated successfully, but these errors were encountered: