Page 1 of 1

Need a nes rom disasm

Posted: Thu Nov 22, 2012 6:41 pm
by byemu
Need a nes rom disasm

can dasm nes rom to sourcecode file!
and the sourcecode file can use tasm32(The Telemark Assembler ) compiler to nes rom

Re: Need a nes rom disasm

Posted: Thu Nov 22, 2012 6:56 pm
by 3gengames
This is a great tool to disassemble ROMS.

http://www.zophar.net/utilities/nesdev/ ... mbler.html

Re: Need a nes rom disasm

Posted: Thu Nov 22, 2012 9:14 pm
by Dwedit
Disassembling is always problematic. You should make a Code Data Log (CDL) file first, by playing through the game with FCEUX and using the Code Data Logger. Try to trigger every possible action you can take, or have the enemies take every possible action. You can use savestates while doing this.

Some disassemblers can use the code date log files to help disassemble the code better.