Jump to content

SNES disassembly tool


bruddog

Recommended Posts

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"

 

 

 

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...