PIC Microcontroller Math Method

IEEE<>Microchip format conversion

;from Nikolai Golovchenko
;IEEE to MCHIP format conversion
	rlf AARGB0, f	;IEEE -> Microchip
	rlf AEXP, f
	rrf AARGB0, f
	
;MCHIP to IEEE format conversion
	rlf AARGB0, f	;IEEE <- MICROCHIP
	rrf AEXP, f
	rrf AARGB0, f