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

Add option to not translate known RAM addresses to aliases #77

Open
cartdb opened this issue Jan 26, 2024 · 2 comments
Open

Add option to not translate known RAM addresses to aliases #77

cartdb opened this issue Jan 26, 2024 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@cartdb
Copy link

cartdb commented Jan 26, 2024

It would be better for the purposes of analysis if the .asm file had known addresses than if they had variables that basically translates to gibberish.

@cartdb cartdb added the enhancement New feature or request label Jan 26, 2024
@cornelk
Copy link
Member

cornelk commented Jan 27, 2024

Can you give an example of when this is needed?

@cartdb
Copy link
Author

cartdb commented Jan 28, 2024

Any time somebody would do an in-depth disassembly of a certain game. It would be impossible for nesgodisasm to simply generate the code for the programmer without the programmer having to do work to make the code human-readable, but it would only take more work if there was no option to keep the known RAM addresses.

@cornelk cornelk added this to the 0.3.0 milestone Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants