This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

IT arm asm

Note: This was originally posted on 14th December 2009 at http://forums.arm.com

Hi,

When disassembling with IDA an arm binary I can see the following:

__text:000049CA                 RSBS.W  R3, R2, #1    ;R3 = 1 - var_height
__text:000049CE                 IT CC
__text:000049D0                 MOVCC   R3, #0
__text:000049D2                 CMP     R0, #0
__text:000049D4                 ITE NE
__text:000049D6                 MOVNE   R4, R3
__text:000049D8                 ORREQ.W R4, R3, #1
__text:000049DC                 MOV     R5, R0

I cannot find references about IT/ITE opcode, where can I find it ?

Thanks
0