• Where does RL-RTX store function return addresses?
    Hi Everyone. I am a little confused about something. Let's Suppose I'm running some concurrent tasks in RL-RTX. and let's say one of those tasks is calling a chain of functions ( a function that...
  • Where does RL-RTX store function return addresses?
    Hi Everyone. I am a little confused about something. Let's Suppose I'm running some concurrent tasks in RL-RTX. and let's say one of those tasks is calling a chain of functions ( a function that...
  • Where function pointer stored?
    Hi Where function pointer stored? in stack , code segment , Data segment for example in the following code where fp get stored? how can we know that where the pointer variable stored ? #include...
  • Where function pointer stored?
    Hi Where function pointer stored? in stack , code segment , Data segment for example in the following code where fp get stored? how can we know that where the pointer variable stored ? #include...
  • Returning multiple values from a function??
    I want a function to return multiple values after doing data processing i.e. void test(int a, int b int c) whereas a, b and c have values set and control is returned to the caller with the values sent...