Signed Multiply
Signed multiplication of accumulator by "src" with result placed in the accumulator.
If the source operand is a byte value, it is multiplied by AL and the result stored in AX.
If the source operand is a word value it is multiplied by AX and the result is stored in DX:AX.
Other variations of this instruction allow specification of source and destination registers as well as a third immediate factor.