#85357 - StiNKy - Mon May 29, 2006 10:10 am
Hi all.
Not too sure if I'm posting in the correct forum, so please bare with me if I'm not.
I'm trying to decode this ARM instruction, but I'm having a little trouble identifying what it is, it's hexcode is: 0xE121F000.
The closest match I can find is MSR, but it definatly can't be it, observe:
This instruction was found on a DS rom, hence why I wasn't sure if this was the correct forum...
Can anyone help shed light on this subject?
Thanks.
Not too sure if I'm posting in the correct forum, so please bare with me if I'm not.
I'm trying to decode this ARM instruction, but I'm having a little trouble identifying what it is, it's hexcode is: 0xE121F000.
The closest match I can find is MSR, but it definatly can't be it, observe:
Code: |
Instruction: 1110 00010 0 1000011111 00000000 0000
MSR instruction: cond 00010 P 1010011111 00000000 Rm.. ^ ^ ^ | + incorrect bit + source register + Destination PSR (0=CPSR, 1=SPSR) |
This instruction was found on a DS rom, hence why I wasn't sure if this was the correct forum...
Can anyone help shed light on this subject?
Thanks.