readEepromByte(0x00) + (readEepromByte(0x01)<<8); readEepromByte(0x00 + (readEepromByte(0x01)<<8)); They are equivalent aren't they ? They should be because it still doesn't respond logically (: On Fri, Oct 28, 2011 at 10:37 PM, Mark Rages wrote: > On Fri, Oct 28, 2011 at 10:01 AM, Yigit Turgut wrote= : >> test2 =3D readEepromByte(0x00 + (readEepromByte(0x01)<<8)); > > don't you mean this? > > readEepromByte(0x00) + (readEepromByte(0x01)<<8) > > -- > Regards, > Mark > markrages@gmail > -- > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist > --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .