I have a NES emu project in its beginning stages, I can read the 16byte headeer correctly and find out how many pages of prg and chr rom it has, and I can setup the 2 prg rom banks and all that. But where do I start reading opcodes from? I know its in the PRG-ROM somewhere. I was told FFFEh? But that is outside of the allocated PRG-ROM memory range. I'm just trying to fetch the first opcode, which i'm having trouble doing. If someone could tell me the default Program counter/instruction counter address, it would be greatly appreciated!
|