SX Microcontroller Bit Math Method

Clear W, Set bits

doesn't affect Z

	mov	W, #0

doesn't affect C, sets Z

	mov	reg, W
	xor	W, reg

Sets C,DC, and Z

	mov	reg, W
	mov	W, reg-w