2.6.9.3.1 Syntax
IT{x{y{z}}} cond
where:
xspecifies the condition switch for the second instruction in the IT block.yspecifies the condition switch for the third instruction in the IT block.zspecifies the condition switch for the fourth instruction in the IT block.condspecifies the condition for the first instruction in the IT block. The condition switch for the second, third and fourth instruction in the IT block can be either:
T: Then. Applies the conditioncondto the instruction.E: Else. Applies the inverse condition ofcondto the instruction.Important: It is possible to useAL(the always condition) forcondin anITinstruction. If this is done, all of the instructions in theITblock must be unconditional, and each ofx,y, andzmust be T or omitted but not E.
