#include <in430.h>
unsigned _DINT(void);
_DINT disables global interrupts by clearing the GIE bit in the status register.
_DINT returns the value of the status register before the GIE bit is cleared.
_DINT is an intrinsic function and produces inline code.
_DINT can be used on any MSP430 device.