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.