Bird
0
0

What does the BL instruction do in ARM architecture?

easy📝 Conceptual Q11 of 15
ARM Architecture - Control Flow Instructions
What does the BL instruction do in ARM architecture?
AIt jumps to a subroutine and saves the return address in the link register.
BIt loads a value into a register.
CIt performs a bitwise AND operation.
DIt returns from a subroutine without saving the return address.
Step-by-Step Solution
Solution:
  1. Step 1: Understand the purpose of BL

    The BL instruction is used to jump to a subroutine while saving the return address.
  2. Step 2: Identify where the return address is saved

    The return address is saved in the link register (LR) to allow returning after the subroutine finishes.
  3. Final Answer:

    It jumps to a subroutine and saves the return address in the link register. -> Option A
  4. Quick Check:

    BL saves return address in LR [OK]
Quick Trick: BL jumps and saves return address in LR [OK]
Common Mistakes:
  • Confusing BL with simple jump instructions
  • Thinking BL does not save return address
  • Mixing BL with data load instructions

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More ARM Architecture Quizzes