This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

All what i want to Store Table in certain address ..Can I?

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

Parents

  • "But first you still need to answer the question of why you think it is necessary to fix the table at a specific location..."

    By reading the posters original question, he wanted to know how to place a constant at a specific location in memory. So I answered him.

    As to the question why is it necessary to fix a table at a specific location, surely that is up to the person who is writing the software in the first place? There are many reasons why you may need to do this (I have done this many times for sharing constants between multiple applications in flash) but it has nothing to do with the question that was asked in the first place.

Reply

  • "But first you still need to answer the question of why you think it is necessary to fix the table at a specific location..."

    By reading the posters original question, he wanted to know how to place a constant at a specific location in memory. So I answered him.

    As to the question why is it necessary to fix a table at a specific location, surely that is up to the person who is writing the software in the first place? There are many reasons why you may need to do this (I have done this many times for sharing constants between multiple applications in flash) but it has nothing to do with the question that was asked in the first place.

Children