Not sure about the best solution but here is how to split a number up into two EEPROM spaces
Code:
WRITE 0,NUM.BYTE1

WRITE 1,NUM.BYTE0
Read it back the same way.
HTH