beardypig / ghidra-emotionengine

Ghidra Processor for the Play Station 2's Emotion Engine MIPS based CPU
Apache License 2.0
198 stars 35 forks source link

The $gp is slightly off #1

Closed water111 closed 5 years ago

water111 commented 5 years ago

In a game where $gp should be $13ec70, ghidra is assuming it is $14ec70.

The "Register Manager" has

start        end         value
0x100008     0x100008    0x13ec70  ;; this is correct
0x1000b8     0x1000b8    0x14ec70
0x1000c0     0x1000c0    0x14ec70
...
water111 commented 5 years ago

as an update, opening and closing the window a few times makes it start working as expected.

beardypig commented 5 years ago

Weird. Sounds like it could be a ghidra issue then :)

water111 commented 5 years ago

I'm unable to replicate this, so I'm going to close the issue and assume it's a problem with myself or ghidra.