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 03h breakpoint</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 03h           Breakpoint

    INT 3 is the breakpoint interrupt.

    Debuggers use this interrupt to establish breakpoints in a program
    that is being debugged.  This is normally done by substituting an INT
    3 instruction, which is one byte long, for a byte in the actual
    program.  The original byte from the program is restored by the
    debugger after it receives control through INT 3.

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