|
|
|
|
|
by zandorg
3680 days ago
|
|
Absolutely, although some 6502 code is more friendly than others. SNES code can be very optimised compared to C64 code. If you make sure the binary starts at address 0, and put in the right entry point (which will be somewhere in the SNES ROM), then it should decompile it fine. Your first step will be to use the left-hand portion of the window to disassemble the NES ROM, and then once assembly files have been created, you decompile them on the right of the window. (this is all in the documentation of course). |
|