Mikroelektronika MIKROE-724 データシート

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