??? 09/04/07 05:33 Modified: 09/04/07 05:40 Read: times |
#143971 - Function Pointers on the 8051 Responding to: ???'s previous message |
Neil said:
The function pointers make the 52' work hard. Certainly true. Even worse, if you're using functions pointers with Keil's 8051 compiler, and if you're not really, really careful, its fancy variable overlay mechanism will happily and without warning generate code that is just plain wrong. Keil's Application Note 129 has all the details, along with some manual workaround procedures for the braver souls in our midst. However, keep two things in mind before you dismiss the suggested technique as completely unworkable:
|