On Thu, Nov 14, 2002 at 05:34:17PM +0300, Dmitry wrote:
> Fellows,
> 
> If I re-enable interrups with
> eint
> 
> will be at least one instruction exectuted before next pending interrupt 
> processed? (as in avr)
> 
> ~d

Hi Dmitry,

from Texas MSP User's Guide (doc SLAU049A) page B28 and B29:

  DINT must be executed at least one instruction before the beginning
of the uninterruptible sequence, or should be followed by a NOP.

  EINT: the instruction following EINT is always executed, even when
there are pending interrupts.

 Bye,
  Pedro

Reply via email to