What is Branch Instruction in ARM?

All QuestionsCategory: Embedded SystemWhat is Branch Instruction in ARM?
Chetan Shidling Staff asked 5 years ago

I need short information.

1 Answers
Chetan Shidling Staff answered 5 years ago
  1. The basic branch instruction provides a jump forward or backward of up to 32MB.
  2. The branch instructions have several forms.
  3. The branch link instruction jumps to the target and stores a return address in R14(link register).
  4. By using condition codes we can implement conditional branching and conditional calling of functions.