INTO Interrupt on Overflow Flags: O D I T S Z A P C ? ? ? ? ? ? ? ? ? INTOIOv86
Logic ; Real mode if OF = 1 PUSHF TF ← 0 IF ← 0 CALL FAR [0000:0010h] endif
INTO invokes interrupt 4 if the overflow flag (OF) is set, and interrupt 4 is reserved for this purpose. OF is set by several arithmetic, logical, and string instructions.