• 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...
  • 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...
  • About C51 bank funtion call ?
    Two funtiom. One is char A(char *str1,char *str1),this funtion is in BANK 6. main() is in bank 1; Now main() call A(Astr1,Astr2) have some error. Seem as some parameter has't been pass OK. How...
  • If function called on two banks, it does not listed in interbank call table
    I have a banking problem, hope there have someone can be answer it. Thanks. There is three functions, 1. funcA located on bank1 area 2. funcB located on bank1 area 3. funcC located on common...