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

MC81F4316K 参数 Datasheet PDF下载

MC81F4316K图片预览
型号: MC81F4316K
PDF下载: 下载PDF文件 查看货源
内容描述: ABOV半导体的8位单芯片微控制器产品 [ABOV SEMICONDUCTOR 8-BIT SINGLE-CHIP MICROCONTROLLERS]
分类和应用: 半导体微控制器
文件页数/大小: 200 页 / 4220 K
品牌: FINECHIPS [ FINECHIPS ]
 浏览型号MC81F4316K的Datasheet PDF文件第64页浏览型号MC81F4316K的Datasheet PDF文件第65页浏览型号MC81F4316K的Datasheet PDF文件第66页浏览型号MC81F4316K的Datasheet PDF文件第67页浏览型号MC81F4316K的Datasheet PDF文件第69页浏览型号MC81F4316K的Datasheet PDF文件第70页浏览型号MC81F4316K的Datasheet PDF文件第71页浏览型号MC81F4316K的Datasheet PDF文件第72页  
MC81F4x16  
Example:  
:
;When G = 0, X = 35h  
;A = ROM[(RPR<<8) + X]  
; and X = X + 1  
LDA {X}+  
:
:
:
;op code is 0DBh  
X indexed direct page (8 bit offset) dp+X  
This address value is the second byte (Operand) of command plus the data of X-register. And it  
assigns the memory in direct page.  
ADC, AND, CMP, EOR, LDA, LDY, OR, SBC, STA,STY, XMA, ASL, DEC, INC, LSR, ROL, ROR  
Example :  
:
;When G = 0, X = 0F5h  
LDA 45h + X ;op code is 0C6h  
:
;
:
:
;
Y indexed direct page (8 bit offset) dp+Y  
This address value is the second byte (Operand) of command plus the data of Y-register, which  
assigns Memory in Direct page.  
This is same with above X indexed direct page‟. Use Y register instead of X.  
68  
October 19, 2009 Ver.1.35