What is ADD instruction in 8051 microcontroller?


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 ADD instruction in 8051 microcontroller?
Chetan Shidling Staff asked 6 years ago

I need short information.

1 Answers
Chetan Shidling Staff answered 6 years ago

ADD

This adds the source byte to the accumulator(A) and assigns the result in A. This instruction is practiced for both signed and unsigned numbers.

Example:
MOV A, #22H
ADD A, #69H