This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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't appear as though the Keil tools support dual far DPTRs, though. You can have two DPTRs, the first of which might be 24 bits wide instead of 16 and the second (if used) always 16. So, if I want a far-to-far memcpy, I'll be writing it myself. Is this conclusion correct?

Parents Reply Children
No data