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

preliminary disassembly saving functionality for multi-bank rom #184

Closed
ale-79 opened this issue Aug 1, 2017 · 3 comments
Closed

preliminary disassembly saving functionality for multi-bank rom #184

ale-79 opened this issue Aug 1, 2017 · 3 comments
Assignees
Milestone

Comments

@ale-79
Copy link

ale-79 commented Aug 1, 2017

I think that even if currently Stella cannot create a disassembly that is direclty compilable for bankswitched games, maybe it could allow to save separate disassemblies for each bank (adding a _BANK# suffix to each filename).
Even if they can't be compiled as-is and require furher editing and merging to to make a working disassembly, they would still be useful IMHO.
You could have some message printed in the debugger prompt to make users aware of the issue and even add a disclaimer, and maybe also the bankswicth description, as comment in each generated disassembly file.

@thrust26
Copy link
Member

thrust26 commented Aug 1, 2017

Good idea!

@sa666666
Copy link
Member

sa666666 commented Aug 1, 2017

This is something that I've wanted to work on for quite some time. In fact, when I first got involved with Stella many years ago, my main interest was in getting a debugger and disassembler integrated and working. But something else always comes along, and here I am, almost 17 years later. 😄

@thrust26 thrust26 added this to the Prio 2 milestone Aug 18, 2017
@thrust26
Copy link
Member

Implemented with d639cdb. You have to take care of the banks saved manually.

@thrust26 thrust26 self-assigned this Nov 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants