Improve PC handling
* Currently the way PC was logged was kinda broken, especially on branch delay slots where it would show the jump address instead. This doesn't affect the functionality but makes debugging a bit harder so to fix this, cache the PC together with the instruction being loaded to always have the correct address.
Loading
Please register or sign in to comment