>Joe Dowlen wrote: >> >> Does anyone know how to generate an interupt in MPSIM while running >> under MPLAB? >> >> Thanks, >> >> Joe_Dowlen@EGGINC.COM >Ah, you seem to have the same problem as I do! >My program - running with interrupts in real silicon (17C44) - doesn't >produce any interrupts while running under MPLAB-Simulator! >Can Microchip comment this feature? >regards Wolfram >-- I have had some success by halting the program, modifying the appropriate registers, and setting the appropriate interrupt bit(s) using the Special registers window. When you restart the program, the interrupt(s) will occur. I hope this helps. Mike R.