thanks again Narue............but know how do i output these calculations i can't ouput this using sub routine 02 of 21h because whatever is being ouputted has to be stored in dl which is a byte and the calculations of above are in 2 bytes dx ( i think) so you can't do mov dl,dx, so how do know display these calculations.
I appreciate your support Narue.
I found a few errors in the code you have posted above, so i took the liberty to correct and post it for other users that browse through this thread:
Quote:
mov dx,0
mov ax,12
mov bx,10
div b
|