We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, All what i want to Store Table in certain address ..Can I?
I tried __a but Doesn't work :
ex: int x __a 0x00000100; error expecting a ";"
ANYWAY I want simple way to burn down some constant in memory at certain location..CAN I ??
thx
It goes against the tide to allocate data storage manually. That's the compiler's job, so you need to make sure the compiler doesn't also use the same memory area.