CS Electrical And Electronics
@cselectricalandelectronics

What is ADD instruction in 8051 microcontroller?

All QuestionsCategory: Embedded SystemWhat is ADD instruction in 8051 microcontroller?
CS Electrical And Electronics Staff asked 4 years ago

I need short information.

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