Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Single Step Interrupt
 Summary                                   Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Debugger programs set the trap flag (also called the "trace
     flag"), then trap calls to Int 01h with an interrupt handler. By
     gaining control after each executed instruction, the debugger can
     single-step through an executing program.
                                    -♦-