You have buffer and buffer48 defined Any conflict there? On Mon, Oct 10, 2016 at 11:12 PM, IVP wrote: >> Example: >> >> movwf EECON2 is the same as movwf EECON2,0 >> >> Is that a default compiler setting? > > I'd imagine so, or at least I don't ever recall setting it otherwise > > movlw 0x55 > movwf eecon2 > > disassembles as > > MOVLW 0x55 > MOVWF EECON2, ACCESS > > Similarly bsf eecon1,eepgd > > BSF EECON1, 0x07, ACCESS > > Joe > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2016.0.7797 / Virus Database: 4656/13181 - Release Date: 10/10/1= 6 > > -- > http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist --=20 http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .