ARM Architecture - Control Flow Instructions
Given the ARM code snippet:
What will be the value in
CMP r0, r1 BNE label MOV r2, #1 label: MOV r2, #0
What will be the value in
r2 if r0 equals r1?