Need a nes rom disasm

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
Need a nes rom disasm
by on (#103352)
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
by on (#103353)
This is a great tool to disassemble ROMS.

http://www.zophar.net/utilities/nesdev/ ... mbler.html
Re: Need a nes rom disasm
by on (#103357)
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.