> I read the sources of TIPong and Raptor92. They both use an interrupt which > only executes RTE. > What is this supposed to do ? This is a technique to speed up the execution of the interrupts. Since all they are doing is returning immediately. The best way, though, is to turn off the interrupts, but this is not always possible. --Bryan bcturner@eos.ncsu.edu