bruddog Posted April 22 Share Posted April 22 This was the best tool I ever found to try and disassemble an SNES rom. Looks like its had quite a few updates lately after being not worked on for awhile. https://github.com/furious/diztinguish The key problem with creating an SNES disassembly is the following: " The 65816 (processor used in the NES) has runtime dynamic register sizing (m/x, 8 vs. 16-bit), which affects the disassembly output. The problem is that it's done at runtime, not at assemble-time, thus the only way a disassembler could know what the proper values are to use at that time would be for an disassembler to *also* be a full-on SNES emulator" Quote Link to comment Share on other sites More sharing options...
slim_jimmy7 Posted April 24 Share Posted April 24 Mesen-S is my go to Quote Link to comment Share on other sites More sharing options...
War6 Posted April 25 Share Posted April 25 I use it a lot as well. Except, there are so many features I don’t really understand most of them. Could you post a tutorial on how to use some of the more useful features? Quote Link to comment Share on other sites More sharing options...
bruddog Posted April 25 Author Share Posted April 25 Here is the documentation for mesen https://www.mesen.ca/snes/docs/ Quote Link to comment Share on other sites More sharing options...
slim_jimmy7 Posted April 26 Share Posted April 26 I set breakpoints, and in the memory manager I change things to see what happens. I would guess I use about 30% of its capabilities. I wish I knew more! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.