#32 divide
Hmm… perhaps I am missing omething, but an overflow only hppes if the
source operand is larger than the destination operand. Since we are talking
integer operations here, the answer, in the case of an overflow, is 0, with
the remainder being contained in the destination.
-larry