Editing User talk:Kozarovv
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 858: | Line 858: | ||
===EE recompiler=== | ===EE recompiler=== | ||
Generally main r5900 recompiler subruntime is located at 0x174188 | Generally main r5900 recompiler subruntime is located at 0x174188. This is the place where r5900 (MIPS/COP0/COP1(FPU)/COP2(VU0-macromode)) opcodes are directed to emitter and analyzed. Jump table as is. Many opcodes jump out to different runtime due to complicated EE nature. | ||
<pre> | <pre> | ||
jpt_1741D8: | jpt_1741D8: | ||
---------debug_stuff------------ | ---------debug_stuff------------ | ||
case 0: | case 0: | ||
ee_r | ee_r | ||
ee_NOP | ee_NOP | ||
ee_SPECIAL | ee_SPECIAL | ||
ee_REGIMM | ee_REGIMM |