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

Labels for absolute indexed operands #71

Open
Jaggernaut555 opened this issue Dec 9, 2021 · 0 comments
Open

Labels for absolute indexed operands #71

Jaggernaut555 opened this issue Dec 9, 2021 · 0 comments

Comments

@Jaggernaut555
Copy link

Labels generated on absolute indexed LDA operations behave somewhat strange

e.g.
LDX.W UNREACH_808746,Y
LDA.W UNREACH_80837F,X

Marking the sections as data will change those generated labels to

LDX.W DATA16_808746,Y
LDA.W DATA16_80837F,X

But it will not add any label to the marked data section (actual address 008746) in disassembled code and will create a label DATA16_808746 = $808746 in the label section

This may have to do with other existing issues in regards to labels and mirroring.

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