ARM Architecture - Control Flow Instructions
Consider the following Thumb-2 code snippet:
How many instructions will execute if the condition NE (not equal) is false?
IT NE MOVNE R0, #1 MOVNE R1, #2 MOVNE R2, #3 MOVNE R3, #4
How many instructions will execute if the condition NE (not equal) is false?
