We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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, R0I cannot find references about IT/ITE opcode, where can I find it ?Thanks