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?
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