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

GMS82524TK 参数 Datasheet PDF下载

GMS82524TK图片预览
型号: GMS82524TK
PDF下载: 下载PDF文件 查看货源
内容描述: 8位单芯片微控制器 [8-BIT SINGLE-CHIP MICROCONTROLLERS]
分类和应用: 微控制器
文件页数/大小: 93 页 / 1003 K
品牌: HYNIX [ HYNIX SEMICONDUCTOR ]
 浏览型号GMS82524TK的Datasheet PDF文件第24页浏览型号GMS82524TK的Datasheet PDF文件第25页浏览型号GMS82524TK的Datasheet PDF文件第26页浏览型号GMS82524TK的Datasheet PDF文件第27页浏览型号GMS82524TK的Datasheet PDF文件第29页浏览型号GMS82524TK的Datasheet PDF文件第30页浏览型号GMS82524TK的Datasheet PDF文件第31页浏览型号GMS82524TK的Datasheet PDF文件第32页  
HYUNDAI MicroElectronics  
GMS82512/16/24  
(4) Absolute Addressing  
!abs  
ADC, AND, CMP, EOR, LDA, OR, SBC, STA, XMA  
Example; X=15H, G=1  
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.  
D4  
LDA  
{X}  
;ACCRAM[X].  
With 3 bytes command, it is possible to access to whole  
memory area.  
115H  
data  
ADC, AND, CMP, CMPX, CMPY, EOR, LDA, LDX,  
LDY, OR, SBC, STA, STX, STY  
data A  
~
~
~
~
Example;  
D4  
0E550H  
0735F0 ADC  
!0F035H  
;A ROM[0F035H]  
data  
0F035H  
X indexed direct page, auto increment {X}+  
~
~
~
~
A+data+C A  
In this mode, a address is specified within direct page by  
the X register and the content of X is increased by 1.  
0F100H  
0F101H  
0F102H  
07  
35  
F0  
address: 0F035  
LDA, STA  
Example; G=0, X=35H  
DB  
LDA  
{X}+  
The operation within data memory (RAM)  
ASL, BIT, DEC, INC, LSR, ROL, ROR  
Example; Addressing accesses the address 0135H regard-  
less of G-flag.  
35H  
data  
data Æ A  
36H Æ X  
~
~
~
~
983501 INC  
!0135H  
;A ROM[135H]  
DB  
135H  
data  
~
~
~
~
data+1 data  
0F100H  
0F101H  
0F102H  
98  
35  
01  
X indexed direct page (8 bit offset)  
dp+X  
address: 0135  
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  
(5) Indexed Addressing  
X indexed direct page (no offset)  
Example; G=0, X=0F5H  
{X}  
In this mode, a address is specified by the X register.  
FEB. 2000 Ver 1.00  
25  
 复制成功!