• absolute function address and call
    How can I locate a C function at an absolute address and call this address on a LPC2378?
  • 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 addressing question
    Is there a difference between the following two statements: 1. char far SL811 _at_ 0x07F7FF; SL811 = 0x0D; 2. #define SL811 *((char far *)0x07F7FF) SL811 = 0x0D; I've been having trouble...
  • Regarding absolute address
    Question: i want to place my fn()1 in xdata 0x0100 is it possible by absolute address?