Quote Originally Posted by don_mathew
....
its not working but this

b = $AA

PORTB = b

is working...

so what can i do to get this way working

READ 0,b
PORTB = B.......

Once you store initial values into your eeprom then

you can also do this:

READ 0, PORTB



----------------