What is Branch Instruction in ARM?


Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
All QuestionsCategory: Embedded SystemWhat is Branch Instruction in ARM?
Chetan Shidling Staff asked 6 years ago

I need short information.

1 Answers
Chetan Shidling Staff answered 6 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.