Post subject: Dumping NES ROM data to assembly code
Skilled player (1887)
Joined: 4/20/2005
Posts: 2160
Location: Norrköping, Sweden
Hi, I'm looking for a way to dump the entire content of an NES ROM as assembly code to a text file. The debugger in FCEUX can display all the ROM's assembly code, but I can't seem to dump this to a text file in any way. Can someone help me out?
Site Admin, Skilled player (1237)
Joined: 4/17/2010
Posts: 11279
Location: RU
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Skilled player (1887)
Joined: 4/20/2005
Posts: 2160
Location: Norrköping, Sweden
Awesome, the 6502 disassembler did the job, thanks a lot.