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

Symbols not appearing on the disassembly window #318

Open
rulojuka opened this issue Apr 24, 2022 · 3 comments
Open

Symbols not appearing on the disassembly window #318

rulojuka opened this issue Apr 24, 2022 · 3 comments

Comments

@rulojuka
Copy link

I remember my symbols appearing written down, like <SNES.SOMETHING>, as this screenshot taken from http://bsnes.revenant1.net/img/debug-cpu.png shows:

But they are not showing up. This is my screenshot:
Screenshot 2022-04-24 042828

For instance, it should appear <SNES.MDMAEN> instead of $420b at the 0fa21e line.

Any idea what I did wrong?

P.S.: Sorry for putting this as an issue. I didn't find any other place to ask this question.

@rulojuka
Copy link
Author

rulojuka commented Apr 24, 2022

More info:

  • This happens on both the recent dev version (v05.92-master) and the release version (v05).
  • when I click on the Symbols button, they are all there.
  • when I search for something like 420b nothing shows up. It only finds by name. (I don't know if that is the intended way)

symbols

search

@devinacker
Copy link
Owner

This is just because the disassembly window doesn't currently pay attention to address mirroring when displaying symbols. In the second screenshot, since DB is 0F, sta $420b writes to $0f420b, not $00420b. This can probably be improved pretty easily though.

when I search for something like 420b nothing shows up. It only finds by name. (I don't know if that is the intended way)

The search is just for names, not addresses.

@rulojuka
Copy link
Author

rulojuka commented Jun 7, 2022

Thanks for the clarification!

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

2 participants