Advertisement
apl-mhd

division

Aug 28th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;mov ax, 6F00h
  2. ;mov bx, 1200h
  3. ;mul bx ;dx:ax = ax*ax    
  4.  
  5. ;divided FF651h by 231Ah
  6. ;.....................
  7. ;mov ax, 651Ah
  8. ;mov dx, 0FFh
  9. ;cwd
  10. ;mov ax,1200h
  11. ;mov bx, 231Ah
  12. ;idiv bx;
  13.  
  14. ;-------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement