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 01h (1) single step</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 01h (1)              Single Step

    Generated after each instruction if the Trap Flag (TF) of the CPU is
    set.

    The Trap Flag (TF) is turned off when any type of interrupt is
    executed. Therefore, single stepping will not occur within the INT 01h
    handler. After the INT 01h handler is exited, the flags are restored
    and single stepping will continue.

    Debuggers such as DEBUG use this service to single-step through
    instructions.

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