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