We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm using quite old version of C51, v3.20. Is there a way to tell the compiler to use the second DPTR of Atmel 89C55WD also?
Thanks for the replies. In fact this was a desperate question to decrease the code size. :)
According to the Keil marketing speak, the latest version should give you much better optimisation. You could download the trial version, try it out on a representative sample, and see if they're right!
Using dual data pointers won't decrease code size very much. The reason is that you have to switch which data pointer is used for a mov operation. Jon