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
Yes, that is right. Dynamic function pointers are impossible to work with (optimization wise). But for static pointers it should be. Thanks to you Hans-Bernhard for a very detailed reply. You know what you are talking about /Christian