Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Programmers Reference 0.02b - <b>int 23h (35) break address</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 23h (35)             Break Address

    Contains the address to which control is passed in response to a
    Break-key action. When a program is executed, DOS copies this address
    into offset 0Eh through 11h of the Program Segment Prefix.

    The Break action is generated either by Ctrl-C or (on the IBM PC
    family and many clones) Ctrl-Break. Normally, DOS checks for a Break
    only during character I/O functions. With extended Break checking in
    effect (see Interrupt 21h, Function 33h), DOS checks for Break during
    any I/O function.

See Also: INT 23h 33h

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