ARM Architecture - Control Flow Instructions
Identify the error in this ARM assembly loop code:
MOV R1, #5 loop: SUB R1, R1, #1 BNE loop
MOV R1, #5 loop: SUB R1, R1, #1 BNE loop
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions