Complete 8086 instruction set[AAM]

AAM

No operands ASCII Adjust after Multiplication. Corrects the result of multiplication of two BCD values. Algorithm: AH = AL / 10 AL = remainder Example: MOV AL, 15 ; AL = 0Fh AAM ; AH = 01, AL = 05 RET Flags: C Z S O P A ? r r ? r ?