欢迎访问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文件第62页浏览型号MC81F4316K的Datasheet PDF文件第63页浏览型号MC81F4316K的Datasheet PDF文件第64页浏览型号MC81F4316K的Datasheet PDF文件第65页浏览型号MC81F4316K的Datasheet PDF文件第67页浏览型号MC81F4316K的Datasheet PDF文件第68页浏览型号MC81F4316K的Datasheet PDF文件第69页浏览型号MC81F4316K的Datasheet PDF文件第70页  
MC81F4x16  
Direct Page Addressing -> dp  
In this mode, an address is specified within direct page. Current accessed page is selected by  
RPR(RAM Page select Register). And dp( Direct Page ) is an one byte data which indicates the  
target address in the current accessed page.  
Example :  
:
;When G = 0  
LDA 35h  
;A = [35h]  
:
:
;op code is 0C5h  
Absolute Addressing  
Absolute addressing sets corresponding memory data to Data, i.e. second byte (Operand I) of  
command becomes lower level address and third byte (Operand II) becomes upper level address.  
With 3 bytes command, it is possible to access to whole memory area.  
ADC, AND, CMP, CMPX, CMPY, EOR, LDA, LDX,LDY, OR, SBC, STA, STX, STY  
The operation within data memory (RAM) : ASL, BIT, DEC, INC, LSR, ROL, ROR  
Example :  
:
;When G = 0  
ADC !0F035h ;A = A + C + ROM[0F035h]  
:
:
;op code is 07h  
66  
October 19, 2009 Ver.1.35  
 复制成功!