◄Summary► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── The single-byte instruction CCh enables a debugger to establish a breakpoint in an executing program. The debugger writes CCh to the first byte of the instruction at the desired breakpoint, then allows the program to run. By trapping the call to Int 03h triggered when the processor executes the breakpoint instruction, the debugger recovers control from the executing program. -♦-