• 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...
  • 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...
  • how to call a function from another banking??
    does somebody can explain or provide simply samples for code banking switch and call a function from another banking?such as call a function in bank1 from common area or call a function in bank2 from...
  • 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...