Code:
' Subroutine to read data from addr in serial EEPROM
eeread: 
ADDR = ADDR - 1
CS = 0 ' Enable serial EEPROM
what about addr=addr-2 since you write 2 bytes?