#include <in430.h> unsigned _DADD16(unsigned x, unsigned y);
_DADD16 adds x to y using decimal arithmetic. Both x and y must be binary coded decimal numbers and the result is a binary coded decimal number.
_DADD16 is an intrinsic function and produces inline code.
_DADD16 can be used on any MSP430 device.