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 ini file support #8

Open
cornelk opened this issue Nov 30, 2022 · 2 comments
Open

add ini file support #8

cornelk opened this issue Nov 30, 2022 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@cornelk
Copy link
Member

cornelk commented Nov 30, 2022

allow to control code/data specification and comments

@cornelk cornelk added the enhancement New feature or request label Nov 30, 2022
@cornelk cornelk added this to the Backlog milestone Dec 2, 2022
@ItzSwirlz
Copy link

Hi! Would this include being able to tell nesgodisasm to automatically name variables we know are confirmed? For example, in Duck Hunt, $00C4 is the score - could it then rename var_00C4 or whatever to it?

(btw how do I say in my repo that it uses this tool)

@cornelk
Copy link
Member Author

cornelk commented Aug 21, 2023

Hi! Would this include being able to tell nesgodisasm to automatically name variables we know are confirmed? For example, in Duck Hunt, $00C4 is the score - could it then rename var_00C4 or whatever to it?

(btw how do I say in my repo that it uses this tool)

Hi, thanks for using this tool! Yes the ini support will offer you to do this, name functions, variables and add comments as well. The idea is to just need to distribute the .ini file so that everyone with the ROM can use this tool to generate a nice disassembly. Since this tool allows you to export the disassembly compatible with one of 3 assemblers, you can include a disassembly in the shared files but people are able to generate it for a different assembler using the ini file.

@cornelk cornelk modified the milestones: Backlog, 0.3.0 Aug 23, 2023
@cornelk cornelk modified the milestones: 0.3.0, 0.4.0 May 31, 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