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 handling of vu addressing #48

Open astrelsky opened 3 years ago

astrelsky commented 3 years ago

The addresses for the vu upper and lower instructions are currently hardcoded in the sleigh files. Instead a separate address space should be created with the correct word size (it isn't 1) and explicitly used for dereferencing in these instructions.

Will edit with correct terminology later.