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 Reply Children
No data
More questions in this forum