Good point. As for myself, I think the only two-instruction pseudo-op that I use is the negf instruction. ______________________________ Reply Separator _________________________________ Subject: Re[4]: reference card Author: sfink@ccmail.microchip.COM (Scott Fink) at Internet Date: 2/19/97 2:20 PM I stand corrected. I was looking at rev D, they decided to cave and put them back in rev E. But my main caution about knowing what they REALLY do stands. Take for example: Psuedo OP: Compiles to: ADDCF f,d BTFSC 3,0 INCF f,d In this case two instructions are compiled for one pseudo-op. Again, using only the native instructions is the safest course. Scott