rs-nes-debugger-frontend icon indicating copy to clipboard operation
rs-nes-debugger-frontend copied to clipboard

Add "nes mode" that will replace absolute addresses with known locations

Open bgourlie opened this issue 8 years ago • 0 comments

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.

bgourlie avatar Feb 21 '17 01:02 bgourlie