??? 11/17/06 16:04 Read: times |
#128197 - not really Responding to: ???'s previous message |
The memory model shouldn't matter - the problem is to do with Overlaying, and Keil certainly does Overlaying in all the data spaces, including XDATA.
if you use (the LARGE model and) a sufficiently low optimization (e.g. 0) there is no overlaying. Thus with no overlaying many of the problems using function pointers disappear, but the huge increase in storage requirements will then, typically, force you to the LARGE model. Erik |