SX Microcontroller Math Method

16 bit binary addition

	mov	W, term0
	add	prod0, W

	mov	W, term1
	snb	C
	movsz	W, ++term1
	add	prod1, W