ARM Architecture - Control Flow Instructions
Given this ARM assembly code snippet:
How many times will the loop execute?
MOV R1, #4 loop: SUBS R1, R1, #1 BNE loop
How many times will the loop execute?
MOV R1, #4 loop: SUBS R1, R1, #1 BNE loop
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions