I2cWRITE PORTB.0,PORTB.1,$A0,$33,AX ; >>>Where Portb.0 is datapin , portb.1 clock pin , $A0 control , $33 memory address , AX my Data .
did you read the pbp manual or the 24c32 data sheet ?

I2cWRITE PORTB.0,PORTB.1,commandbyte,addressword,[databyte];