??? 01/17/09 23:08 Read: times |
#161589 - XDATA access vs SFR access Responding to: ???'s previous message |
Christian Meier said:
the KEIL-compiler should use the right instructions and convert our code correctly into assembly code? Of course - that is its job, isn't it! But code to access XDATA will always required more instructions than code to access SFRs - because of the added requirement to load the DPTR. So why would you burden the users of this system with such an overhead with no reason? |