milan.rajik
Banned
- Joined
- Apr 1, 2013
- Messages
- 2,524
- Helped
- 540
- Reputation
- 1,078
- Reaction score
- 524
- Trophy points
- 1,393
- Activity points
- 0
How to access data stored in ROM in Keil C51 ?
I have an array like
in Keil C51 code. I want to know how to access this array in code for processing ?
I have an array like
Code:
unsigned int code myarray[2] = {25, 350};