DAA instruction is used to perform which type of addition?
⚑ Report issue
Found a wrong answer, translation, image or source problem? Send it to editorial review.
Sign in to submit a reportFound a wrong answer, translation, image or source problem? Send it to editorial review.
Sign in to submit a reportDAA (Decimal Adjust Accumulator) is used after adding packed BCD numbers so the binary result in the accumulator is corrected to a valid BCD representation. Hence it is associated with BCD addition.

DAA = Decimal Adjust after Addition.
Selecting binary addition because the ALU initially adds in binary.
DAA does not itself perform decimal addition; it corrects the accumulator after binary addition.