BS2pe EEPROM
Newzed
Posts: 2,503
If I write:
STORE 8
WRITE SW1, 4, 7, A,C
can I access this data by writing:
STORE 8
FOR X = 0 TO 3
READ SW1 + x, a(x)
NEXT
Sid
STORE 8
WRITE SW1, 4, 7, A,C
can I access this data by writing:
STORE 8
FOR X = 0 TO 3
READ SW1 + x, a(x)
NEXT
Sid
Comments
Yes, that should work fine. Provided of course that the variables are defined.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
Sid
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com