View Single Post
Old May 16th, 2006, 4:32 PM   #5
kruptof
Professional Programmer
 
kruptof's Avatar
 
Join Date: May 2006
Location: UK - London
Posts: 330
Rep Power: 3 kruptof is on a distinguished road
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
kruptof is offline   Reply With Quote