Command: AAD - ASCII Adjust AX Before Division
Arguments: imm: mulitplier for AL, 10 if not specified
Usage: AAD | AAD imm
Effects: AAD performs the inverse operation to AAM: it multiplies AH by ten, adds it to AL, and sets AH to zero. Again, the multiplier 10 can be changed.
Flags to be set: none