User manual
171
mikoPascal PRO for dsPIC30/33 and PIC24
MikroElektronika
xdata
Description This memory specier allows user to access X Data memory space.
Example
var y : char; xdata; // puts x in xdata memory space
ydata
Description This memory specier allows user to access Y Data memory space.
Example
var y : char; ydata; // puts y in ydata memory space
dma
Description This memory specier allows user to access DMA memory space (dsPIC33F
specic).
Example
var y : char; dma; // puts y in DMA memory space
Note: If none of the memory speciers are used when declaring a variable, data specier will be set as default by the
compiler.
Related topics: dsPIC Memory Organization, dsPIC Memory Type Qualiers, Accessing individual bits, SFRs, Constants,
Functions