|
|||||||||||
|
Technical Support On-Line Manuals Assembler User Guide |
Assembler User GuideConditional execution in Thumb state
In Thumb state on processors before ARMv6T2, the only mechanism for conditional execution is a conditional branch. You can conditionally skip over the instruction using a conditional branch instruction. In Thumb state on ARMv6T2 or later processors, instructions can also be conditionally executed by:
The Thumb
Example 19. Conditional instructions using IT block ; flags set by a previous instruction ITT EQ LSLEQ r0, r0, #24 ADDEQ r0, r0, #2 ;…
| ||||||||||
|
|||||||||||