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

Relative backward address not well computed #24

Closed
shazz opened this issue Feb 1, 2021 · 0 comments
Closed

Relative backward address not well computed #24

shazz opened this issue Feb 1, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@shazz
Copy link
Owner

shazz commented Feb 1, 2021

Ex:

084E:   90 1D                           _getbi2_0:    bcc $082f           ; #2 - 2                  

90 1D means bcc $086d and not $082f

should be:

084E: 90 DF                       BCC $082F
@shazz shazz created this issue from a note in Shazzam devboard (Ideas) Feb 1, 2021
@shazz shazz self-assigned this Feb 1, 2021
@shazz shazz added the bug Something isn't working label Feb 1, 2021
@shazz shazz moved this from Ideas to In Progress in Shazzam devboard Feb 1, 2021
@shazz shazz closed this as completed in b101094 Feb 1, 2021
Shazzam devboard automation moved this from In Progress to Done Feb 1, 2021
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
Development

No branches or pull requests

1 participant