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