What is Comparison Instructions 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 Comparison Instructions in ARM?
Chetan Shidling Staff asked 6 years ago

I need short information.

1 Answers
Chetan Shidling Staff answered 6 years ago
  1. Comparison instructions are utilized to compare or test a register with a 32-bit value.
  2. They update CPSR flag bits according to the result but do not modify other registers.
  3. After the bits have been set, the information can then be utilized to change program flow by using conditional execution.