 |
|  |
 |
|
Vesayen
|
|
I don't know what causes this... I can not imagine. I get divide by 0 errors all the damn time, I can not for the life of me figure out why. I almost never use the division instruction(which is problematic as you might imagine!) because every time I do I get a divide by zero error.....
Now I don't get it ALL the time. For example if the first instruction in my program is:
mov ax, 1439
mov bx, 16
div bx
it will work
SOMETIMES I can even do:
mov ax, 1439
mov bx, 16
div bx
div bx
dix bx
and the error won't come till the third div bx. If I put this code in a procedure far down in my program, a divide by zero error is often caused by the first division.... for the love of all that is good and holy I can NOT figure this out, any ideas? Is this my computer not having enough memory? That makes no sense... WHAT THE HELL IS CAUSING THIS?
|
|
|  |
 |
|
Vesayen
|
|
Divide OVERFLOW.
For the life of me I can not figure this out.
|
|
|  |
 |
|
Vesayen
|
|
I am getting a divide overflow error, trying to divide 1439 by 16, repetadly.
When I do that I get AX to be 59h and when I try to divide 59h by 16, I get a divide overflow... this makes no sense.
Last edited by Vesayen on 28-03-2005 at 00:47
|
|
|  |
 |
|
Vesayen
|
|
Any ideas why succesive divisions will not work? My laptop I am running this on is not great but pretty good,, it runs never winter nights....
|
|
|  |
All times are GMT. The time now is 05:29. Apolyton Time is 00:29. |
top of page
|
|
|
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
|
|
|
|
|
|