buddhikaneel
Member level 1
Hi.
I want to save long integer number (like 01234567890) in Flash Memory or EEPROM. how can i do it.
I try to do it like this
(256*256*256*256) (256*256*256) (256*256) (256)
73 150 2 210 (Decimal Format)
now i can save this 4 segment in EEProm or Flash Memory. But i don't know is this way correct or wrong. Can any body tell how can i do it easy way...
Mikroc Pro is compiler.
Thanks.
I want to save long integer number (like 01234567890) in Flash Memory or EEPROM. how can i do it.
I try to do it like this
(256*256*256*256) (256*256*256) (256*256) (256)
73 150 2 210 (Decimal Format)
now i can save this 4 segment in EEProm or Flash Memory. But i don't know is this way correct or wrong. Can any body tell how can i do it easy way...
Mikroc Pro is compiler.
Thanks.