I am attempting to make a ps1 emulator. I have looked through many websites for the opcodes for the r3000a processor which the play station uses. However, when I am running the opcodes from my ps1 bios, I get multiple opcodes prefixed with '011010' which is in none of the documentation. I can't find anywhere what this instruction is and it is the only one not recognized by my emulator.
Here are some sites I am using:
http://www.mrc.uidaho.edu/mrc/people/jff/digital/MIPSir.html
http://hitmen.c02.at/files/docs/psx/psx.pdf
Thanks for any help!