User manual

172
mikoBasic PRO for dsPIC30/33 and PIC24
MikroElektronika
xdata
Description This memory specier allows user to access X Data memory space.
Example
dim y as char xdata ‘ puts x in xdata memory space
ydata
Description This memory specier allows user to access Y Data memory space.
Example
dim y as char ydata ‘ puts y in ydata memory space
dma
Description This memory specier allows user to access DMA memory space (dsPIC33F
specic).
Example
dim y as char dma ‘ puts y in DMA memory space
Note: If none of the memory speciers are used when declaring a variable, data specier will be set as default by the
compiler.
Related topics: dsPIC Memory Organization, dsPIC Memory Type Qualiers, Accessing individual bits, SFRs, Constants,
Functions