ARM Architecture - Control Flow Instructions
Given the ARM assembly snippet:
If R1 equals R2, which label will the program jump to?
SUBS R0, R1, R2 BEQ equal_label BNE notequal_label
If R1 equals R2, which label will the program jump to?
