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

GMS81C1202 参数 Datasheet PDF下载

GMS81C1202图片预览
型号: GMS81C1202
PDF下载: 下载PDF文件 查看货源
内容描述: 8位单芯片微控制器 [8-BIT SINGLE-CHIP MICROCONTROLLERS]
分类和应用: 微控制器
文件页数/大小: 89 页 / 1366 K
品牌: HYNIX [ HYNIX SEMICONDUCTOR ]
 浏览型号GMS81C1202的Datasheet PDF文件第34页浏览型号GMS81C1202的Datasheet PDF文件第35页浏览型号GMS81C1202的Datasheet PDF文件第36页浏览型号GMS81C1202的Datasheet PDF文件第37页浏览型号GMS81C1202的Datasheet PDF文件第39页浏览型号GMS81C1202的Datasheet PDF文件第40页浏览型号GMS81C1202的Datasheet PDF文件第41页浏览型号GMS81C1202的Datasheet PDF文件第42页  
GMS81C1102 / GMS81C1202  
The operation within data memory (RAM)  
ASL, BIT, DEC, INC, LSR, ROL, ROR  
X indexed direct page, auto increment{X}+  
In this mode, a address is specified within direct page by  
the X register and the content of X is increased by 1.  
Example; Addressing accesses the address 0035H .  
983500 INC  
!0035H  
;A RAM[035H]  
LDA, STA  
Example; X=35H  
DB  
LDA  
{X}+  
0035H  
data  
~
~
~
~
data+1 data  
35H  
data  
0FA00H  
0FA01H  
0FA02H  
98  
35  
00  
data A  
36H X  
~
~
~
~
address: 0035  
DB  
(5) Indexed Addressing  
X indexed direct page (no offset) {X}  
In this mode, a address is specified by the X register.  
ADC, AND, CMP, EOR, LDA, OR, SBC, STA, XMA  
Example; X=15H  
X indexed direct page (8 bit offset) dp+X  
This address value is the second byte (Operand) of com-  
mand plus the data of -register. And it assigns the mem-  
ory in Direct page.  
ADC, AND, CMP, EOR, LDA, LDY, OR, SBC, STA  
STY, XMA, ASL, DEC, INC, LSR, ROL, ROR  
D4  
LDA  
{X}  
;ACCRAM[X].  
Example; X=015H  
C645  
LDA  
45H+X  
15H  
data  
data A  
~
~
~
~
5AH  
data  
D4  
0FA50H  
data A  
~
~
~
~
0FB50H  
0FB51H  
C6  
45  
45H+15H=5AH  
Jan. 2002 ver 2.0  
35  
 复制成功!