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

Give absolute ROM addressing opcodes of banks 26-2A labels #1

Open
5 tasks
bonimy opened this issue Aug 18, 2017 · 0 comments
Open
5 tasks

Give absolute ROM addressing opcodes of banks 26-2A labels #1

bonimy opened this issue Aug 18, 2017 · 0 comments

Comments

@bonimy
Copy link
Collaborator

bonimy commented Aug 18, 2017

Problem

The initial disassembly wasn't perfect, so we have sections like this:

DATA_268000:    $00, $80

DATA_268002:    LDA.w   $8000,x ;Points to $26800,x

Resolution

We replace these occurances with their defined labels over a straight number

DATA_268000:    $00, $80

DATA_268002:    LDA.w   DATA_268000,x ;Points to $26800,x

Banks to complete

  • - 26
  • - 27
  • - 28
  • - 29
  • - 2A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant