You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A division instruction should produce two behaviors, one for divide by zero and the other for divide by non-zero. (When the divisor is known to be non-zero, only one behavior is fine.)
Instructions involving division return zero when the divisor is zero. This should be taken into account for *DIV and *MOD instructions.
The text was updated successfully, but these errors were encountered:
A division instruction should produce two behaviors, one for divide by zero and the other for divide by non-zero. (When the divisor is known to be non-zero, only one behavior is fine.)Instructions involving division return zero when the divisor is zero. This should be taken into account for
*DIV
and*MOD
instructions.The text was updated successfully, but these errors were encountered: