Computer Architecture and Assembly Language Programming > Chapter 17 > Flashcards
What is divide overflow error
If a large number is divided by a very small number it is possible that the quotient is larger than the space provided for it in the implied destination. In this case an interrupt is automatically generated and the program is usually terminated as a result.