• function placing at absolute address
    suppose i have declared a function in program, now i want to locate this function at absolute address using scatter file. kindly give me its example code. Thanks
  • Jump to function at absolute address
    Hi, In my project I have some functions that has to be protected against changes. For that reason a checksum has to be calculated on that specific code in runtime, just to prove that the actual code...
  • Absolute address
    __at works in realview, just include the absacc.h .
  • Absolute address for FUNCTIONS in CODE-space
    Does anyone knows a methode, to declare a function in a specific CODE address in C51? Something lika a org xxxx in assembler !
  • question about absolute address function call!help me .
    hi,all,i have a question about keil c51,can anybody help me ? first, i develope a program,which is loaded into flash(i called it main program later), and i place a function in EEPROM with an absolute...