- This topic has 3 replies, 2 voices, and was last updated 10 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › Temporary storage of data in memory of 8051 & fetch it when required
Can any body help me to sort out the problem of temporary storing the data in RAM & fetching the data after some time in C.(Just like in stack pointer in assembely )
you can do this using array in C programming.
if data types are diffenrent then use structure.
Thanks for your suggestions
thanku