• Dual DPTR
    Hi I want to use dual DPTR on my 89c669 from Philips. When i insert the pragma #pragma modp2 I get this error(s) *** ERROR L127: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?STRCPYP2 MODULE: ....
  • Dual DPTR
    Hi I want to use dual DPTR on my 89c669 from Philips. When i insert the pragma #pragma modp2 I get this error(s) *** ERROR L127: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?STRCPYP2 MODULE: ....
  • Dual "far" DPTRs
    C51 7.0 supports dual DPTRs, at least in some major library routines. It also supports an extended DPTR. I'd like to be able to do both at once, to do block moves from far xdata to far xdata. It doesn...
  • DPTR constantly reloaded
    I have some code to transfer a large amount of data over a SPI port running at the system clock/2 so I need my code to be as fast as possible. The code generated for my current method does not seem to...
  • Wrong DPTR value
    Dear Sirs, The C code in my project is: TaskStruct xdata * data pTask; data unsigned char Task; ... *pTask->ProcID=Task; causes the assembly code MOV A,pTask+1 ADD A,#06 LCALL 4629...