rs-nes-debugger-frontend
rs-nes-debugger-frontend copied to clipboard
Add "nes mode" that will replace absolute addresses with known locations
For example, if an instruction uses absolute address $2002, it is reading from the PPU status registers. Replacing the address with PPU_STATUS makes the code much easier to read.