GameBoy_GhidraSleigh
GameBoy_GhidraSleigh copied to clipboard
Ghidra Processor support for Nintendo Game Boy
Fixes the incorrect sla format issue: https://github.com/CTurt/GameBoy_GhidraSleigh/issues/5 Tested on Ghidra Version 9.1 Build DEV 2020-Feb-20 Java Version 14.0.2
running on Ghidra 9.1-PUBLIC with OpenJDK 13
Hey, cool project! I get an error trying to use it though, not sure if I'm doing something wrong. Created new project -> File -> Import File -> pick any...
That is to say, in the cases of "e0 00" and "f0 00", the parser treats it as "LD (0xFF00 + (0x0)),A" and "LD A,(0xFF00 + (0x0))", instead of going...
So, I have three basic feature requests to improve this a great deal, though they can be grouped together. 1. Adjust handling of LDH instruction to point at ram:FFxx instead...