CS Electrical And Electronics
@cselectricalandelectronics

What is Branch Instruction in ARM?

All QuestionsCategory: Embedded SystemWhat is Branch Instruction in ARM?
CS Electrical And Electronics Staff asked 4 years ago

I need short information.

1 Answers
CS Electrical And Electronics Staff answered 4 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.