Exception: Invalid overflow behavior.
Posted: Sat Sep 26, 2020 6:56 pm
Hello. It's seem that there is a problem in the documentation in this page:
https://wiki.osdev.org/Exceptions#Overflow
It's say that "or when the result of div/idiv insructions is bigger than 64 bit /32 bit / 16 bit /8bit depending on the instruction operand size" but this is a #DE fault here.
IMO, if it was the case Overflow would be marked as trap/fault.
`into` is the only thing that cause an #OF.
best regard.
https://wiki.osdev.org/Exceptions#Overflow
It's say that "or when the result of div/idiv insructions is bigger than 64 bit /32 bit / 16 bit /8bit depending on the instruction operand size" but this is a #DE fault here.
IMO, if it was the case Overflow would be marked as trap/fault.
`into` is the only thing that cause an #OF.
best regard.