"Are those two bites at one "address" location on the device?"
What is happening is the data starts at the specified address and then read two bytes in a row. My datasheet has byte0 and byte1 listed. Page 11 of your datasheet shows the bit pattern which indicates that the data is two bytes long.
If you want to try to read a whole word in one shot you can:
temp var WORD
[temp]
Bookmarks