• banked function call
    I have distributed the code into 2 code banks ...however wen i try to call a function in bank 1 from a funtion in the coommon area....it simply skips the call n moves to next statemnet in the common...
  • Banked calls
    Excuse my limited knowledge on this... For proprietary reasons I must split my 8051 code so I can supply one section to a vendor who will perform testing on the product. I broke the code into Banks but...
  • Indirect function calls in banking and LONG_MACRO
    Hi, I have not seen this problem addressed and I have been searching a long time. Perhaps I have just not used the right search terms. I have 8 banks and have regular inter-bank and intra-bank...
  • Indirect function calls with code banking
    Hi, Im having some problems with code banking, regarding to passing functions adresses as parameters. for example: void func ( void(*ret_func1)(void), void(*ret_func2)(void)) { . . . if(x...
  • Support for calling through function pointer tables
    Hi, does anyone know if Keil has added support for calls through a function pointer table, or if they are about to do so? Right now it is a bomb, especially when using banked memory. /Christian...