Since the Result of Multiplication is in AH and AL register in BCD form After using AAM. Now we want to print the result on screen or console. the BCD form value will not show us the Result But will print the Coresponding Ascii Codes of the number, Hence By adding 30H to BCD will Convert it to ASCII code which will print the digit (number) on screen.