You are here : assembly8086AAD

AAD - 8086

ASCII Adjust before Division. Prepares two BCD values for division.


Syntax

AAD


Example

MOV AX, 0105h   ; AH = 01, AL = 05 
AAD             ; AH = 00, AL = 0Fh (15) 
RET 


Output / Return Value


Limitations


Alternatives / See Also


Reference