Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>int 04h (4) overflow</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 04h (4)              Overflow

    Called when either an INTO (Interrupt on Overflow) instruction is
    encountered and the Overflow Flag (OF) is set, or when an INT 4
    instruction is encountered.

    This service gives programmers a way to provide a common handler for
    all arithmetic overflow conditions. By executing an INTO instruction
    after any arithmetic operation, a program can ensure that overflow
    conditions are properly handled.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson