nescom icon indicating copy to clipboard operation
nescom copied to clipboard

Clever Disassembler mapping ROM region to Work RAM addresses

Open cimarronm opened this issue 6 years ago • 2 comments

Great tool! One feature that might be great to add in the clever disassembler is an INI option to allow mapping a ROM address region to a location in work RAM (anything below 0x8000). This would be very helpful in games which copy ROM code/data sections to work RAM on the cartridge allowing for code/data analysis to extended into that region.

cimarronm avatar Jan 20 '19 23:01 cimarronm

Hmm, can you give me an example of such a game? Do you have suggestion how this feature should work?

bisqwit avatar Feb 12 '20 10:02 bisqwit

The original Zelda is one such game. It has quite a bit of executable code under 0x8000.

cimarronm avatar Feb 22 '20 02:02 cimarronm