pic microcontroller discussion list wrote: > Is it possible to hold off interrupt > processing for, let's say, a dozen cycles? Are there any other > failproof solutions? > you should be able to just turn off the GIE bit. the interrupt bits will still get set, but the program will jump to the interrupt vector. when you are ready to handle the interrupt, re-enable GIE. That's what the datasheet indicates. Phil Eisermann Electronics Engineer The Ridge Tool Company (440)329-4680 -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.