Carey Pembroke wrote: > Is MOVFW really a command in MPASM? Carey: Yeah, it's a pseudo-op that MPASM translates to "MOVF reg,w". It's REAL easy to mistake it for "MOVWF", though, so my adcice is never to use it, and -- because there's no way to disable MPASM's acceptance of the pseudo-op -- to periodically scan your code for accidental "MOVFW" commands. -Andy === Andrew Warren - fastfwd@ix.netcom.com === Fast Forward Engineering - Vista, California === http://www.geocities.com/SiliconValley/2499