• Function Pointer - Look Up Table
    Hello, I'm using a 80C51 with the MX - extension in my design. I want to build up a look up table (ROM) that contains the addresses of several functions. The address of each function must be split...
  • Function Pointer - Look Up Table
    Hello, I'm using a 80C51 with the MX - extension in my design. I want to build up a look up table (ROM) that contains the addresses of several functions. The address of each function must be split...
  • Custom support for function pointers.
    Just as the compiler has added custom support for bits, it should also add custom support for function pointers. Here is one idea: //Saves on storage (1 byte) //Is faster (fixed jump table) /...
  • Custom support for function pointers.
    Just as the compiler has added custom support for bits, it should also add custom support for function pointers. Here is one idea: //Saves on storage (1 byte) //Is faster (fixed jump table) /...
  • 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...