mov ax,35000
mov bx,4096
div/idiv bh
why is it that i get a dividle by zero error when i do this.
What Ive done so far..
DIV: Please double check i might have messed up.
ax = 88B8h
bh = 10h
IDIV: Please double check i might have messed up.
ax = 7748h
bx = 10h
Is it because of the remainder that i get this problem?
Im not sure why...
Any help.
And one more thing when i do use a OP like IDIV only if the MSB is one then it dose the 2's complement of the number right?
Thanx in advance.