On Mon, Sep 12, 2011 at 10:48 PM, IVP wrote: >> So in theory, should I be able to use the "on one line" method > > You could use 'data', eg > > =A0 data 0x0a0d,0xF0AA > > or in binary > > =A0 data b'0000101000001101',b'1111000010101010' Ok, I didn't know I could specify the data directly in 16 bit numbers, but that makes sense. The TBLRD* will return 8 bit values though, correct? And my (possibly faulty) understanding is that it will read the least significant byte first, so I'd have to take care to swap the high and low bytes in the table - ie: data 0xBYTE2BYTE1, 0xBYTE4BYTE3 Uh...how far off am I? Josh --=20 A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools. =A0 =A0 =A0 =A0 -Douglas Adams --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .