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

SPECIFY EXACT LOCATION FOR C51 USER DEFINED FUNCTIONS

HELLO all,
Can we Sepecify exact location to our own defined functions. for example


void function() _at_ c:0x5000;
void main()
{
...
...
}

void function()
{
...
...
}

Parents
  • Dear sir,
    Finally have achieved to place my functions at address given by me.
    Thankyou verymuch for all,

    PADMANABHAM

    * NOTE:- Leave decession making for where to store functions to Linker only, because we dont know the exact code size of a particular C function.

    my another question is "Can we know exact size of Particular C function?"

Reply
  • Dear sir,
    Finally have achieved to place my functions at address given by me.
    Thankyou verymuch for all,

    PADMANABHAM

    * NOTE:- Leave decession making for where to store functions to Linker only, because we dont know the exact code size of a particular C function.

    my another question is "Can we know exact size of Particular C function?"

Children
No data