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
support6800/__ccnel.s has a jump to false4,true4. The destination should be __false4,__true4.
--- __ccnel.s.orig 2024-09-23 18:43:35 +++ __ccnel.s 2024-09-23 18:39:38 @@ -14,5 +14,5 @@ ldaa @hireg suba 3,x bne true - jmp false4 -true: jmp true4 + jmp __false4 +true: jmp __true4
The text was updated successfully, but these errors were encountered:
Thanks
Sorry, something went wrong.
No branches or pull requests
support6800/__ccnel.s has a jump to false4,true4. The destination should be __false4,__true4.
The text was updated successfully, but these errors were encountered: