Int 04h - INTO detected Overflow - CPU-Generated (Hardware Handler)

the INTO instruction will generate this interrupt if OF (Overflow Flag) is set; otherwise, INTO is effectively a NOP may be used for convenient overflow testing (to prevent errors from propagating) instead of JO or a JNO/JMP combination

SeeAlso: INT 00

Back