8 Bit Arithmetic Instructions | 8085 Microprocessor
1. ADD R R ⇒ A, B, C, D, E, H, L, and M Instruction word size ⇒ 1 Byte Operation ⇒ When this instruction will execute the content of Register R will get added to the accumulator (A) and the final result will store in the accumulator [A]. [A] ← [A] + [R] Addressing Mode ⇒ If R ≠ M … Read more