• 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: ....
  • clarity of dual dptr code
    to make an assembly routine clearer to read, I want to indicate which of the 2 dptrs are used in each instance. One is fetch, another is store. So, to achieve that, I insert the following: fptr...
  • Dual DPTR in the Debuger
    Hi! I use a T89C51CC01 from Atmel WM, I would like to use the dual dptr feature on my program. When I run the Debugger, i can't switch the DPTR. In the µC manual, it says that we must set the DPS...
  • clarity of dual dptr code
    to make an assembly routine clearer to read, I want to indicate which of the 2 dptrs are used in each instance. One is fetch, another is store. So, to achieve that, I insert the following: fptr...