Denine wrote:What's "NESRev"? From a picture I can guess it's some dissamblery tool.
Will it work with other mappers than NROM?How accurate it is? I mean, how accuretly it can separate Code from Data? Can data be saved as separate file and be assembled in one of assemblers?
Sorry for so many questions, but this is really good stuff.

1. NESRev is a 6502 program disassembler made by Kent Hansen, known as Snowbro. His last work was a nice 6502 program called "DPad Hero".
2. NESRev is a
different disassembler. While every disassembler threats all the data as "code", NESRev
separates what's "program code" from what's "table".
3. NESRev was developed with mapper 0 in mind, so it had a few games fully disassembled, but the source code could be recompiled without problems.
4. It's kinda hard to say, since mappers other than NROM do bankswitching, making the things quite complicated.