#include <in430.h>unsigned long _LSWPW(unsigned long x);
_LSWPW swaps the order of the high and low words of x and returns that as its result.
_LSWPW is an intrinsic function and produces inline code.
_LSWPW can be used on any MSP430 device.
_SWPB, _LSWPB