ASCII Adjust after Multiplication.Corrects the result of multiplication of two BCD values.Algorithm :
ASCII Adjust after Multiplication.
Corrects the result of multiplication of two BCD values.
Algorithm :
AAM
MOV AL, 0fh ; AL = 0Fh AAM ; AH = 01, AL = 05 RET