欢迎访问ic37.com |
会员登录 免费注册
发布采购

MPC82G516AD 参数 Datasheet PDF下载

MPC82G516AD图片预览
型号: MPC82G516AD
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器 [8-bit microcontroller]
分类和应用: 微控制器
文件页数/大小: 144 页 / 1527 K
品牌: MEGAWIN [ MEGAWIN TECHNOLOGY CO., LTD ]
 浏览型号MPC82G516AD的Datasheet PDF文件第19页浏览型号MPC82G516AD的Datasheet PDF文件第20页浏览型号MPC82G516AD的Datasheet PDF文件第21页浏览型号MPC82G516AD的Datasheet PDF文件第22页浏览型号MPC82G516AD的Datasheet PDF文件第24页浏览型号MPC82G516AD的Datasheet PDF文件第25页浏览型号MPC82G516AD的Datasheet PDF文件第26页浏览型号MPC82G516AD的Datasheet PDF文件第27页  
5.3 Declaration Identifiers in a C51-Compiler  
The declaration identifiers in a C51-compiler for the various MPC82G516A memory spaces are as follows:  
data  
128 bytes of internal data memory space (00h~7Fh); accessed via direct or indirect addressing, using instructions  
other than MOVX and MOVC. All or part of the Stack may be in this area.  
idata  
Indirect data; 256 bytes of internal data memory space (00h~FFh) accessed via indirect addressing using  
instructions other than MOVX and MOVC. All or part of the Stack may be in this area. This area includes the data  
area and the 128 bytes immediately above it.  
sfr  
Special Function Registers; CPU registers and peripheral control/status registers, accessible only via direct  
addressing.  
xdata  
External data or on-chip eXpanded RAM (XRAM); duplicates the classic 80C51 64K bytes memory space  
addressed via the “MOVX @DPTR” instruction. The MPC82G516A has 1024 bytes of on-chip xdata memory.  
pdata  
Paged (256 bytes) external data or on-chip eXpanded RAM; duplicates the classic 80C51 64KB memory space  
addressed via the “MOVX @Ri” instruction. The MPC82G516A has 1024 bytes of on-chip xdata memory.  
code  
64K bytes of program memory space; accessed as part of program execution and via the “MOVC @A+DTPR”  
instruction. The MPC82G516A has 64K bytes of on-chip code memory.  
23  
MPC82G516A Data Sheet  
MEGAWIN  
 
 复制成功!