Loads the sum of the two colors in the source operands.
add tDest, tSrc0, tSrc1
The following example shows how this instruction might be used.
add d, s1, s2 ; sum d = s1 + s2