Multiple choice

Which instruction will add the specified byte, either in a register or in the address contained by the H & L registers, and the value of the Carry bit into the accumulator?

  1. ADD instruction

  2. ADD with Carry

  3. ADD immediate

  4. LXI instruction

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

ADD with carry instruction will add the specified byte, either in a register or in the address contained by the H & L registers, and the value of the Carry bit, into the accumulator.