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()
{
...
...
}