Search code examples
8051

Access low byte of dptr on Intel 8031


Is there a way to access the low/high bytes of dptr individually when programming for the Intel 8031/8051 Microprocessor?


Solution

  • Never mind, I figured it out. The register names are dpl and dph.