Skip to content
New issue

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, it should be __false4,__true4. #79

Closed
zu2 opened this issue Sep 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@zu2
Copy link

zu2 commented Sep 23, 2024

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

@EtchedPixels EtchedPixels added the bug Something isn't working label Sep 24, 2024
@EtchedPixels
Copy link
Owner

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants