beardypig / ghidra-emotionengine

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

Incorrect disassembly for ctc2 instruction #76

Open chaoticgd opened 2 years ago

chaoticgd commented 2 years ago

"00 08 cf 48" disassembles to "ctc2.I t7,CMSAR0" but should disassemble to "ctc2.I t7,vi1". This makes much more sense given the code I've seen that uses it, and is how PCSX2 disassembles it.