4.8.5 Obtaining the DMA Offset of a Symbol – dsPIC33EP Devices Only [DD]

The dmaoffset() and dmapage() operators can be used to obtain the offset of a symbol within DMA memory.

.word  dmaoffset(buf1), dmapage(buf1)
.word  dmaoffset(buf2), dmapage(buf2)
.word  dmaoffset(buf3), dmapage(buf3)
...