Is it possible to have a computed jump in C? Maybe a jumptable with hundereds of entries. Don't want a switch case structure because every decision brings a time penalty. :-)
make a table of function pointers and access it indexed. fine for ARM, awful for the '51. Erik
make a table of function pointers and access it indexed. Sorry, i'am a absoulute beginner in C but i have 10 years 8051-assembler experience. For 8051 i could write it with closed eyes, but in C i need an example :-)
So, do you want this for C-ARM or C51?
ARM7 :-)