Fanis,
Did you solve the problem?

Code:
I2CRead memSDA,memSCL,$A1,3,[text]
FYI, the "3" here is a constant, and is going to cause problems, since the 24LC256 needs a WORD addr.

try:

Code:
addr VAR WORD:addr=3
I2CRead memSDA,memSCL,$A1,addr,[text]