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

GMS81C2020K 参数 Datasheet PDF下载

GMS81C2020K图片预览
型号: GMS81C2020K
PDF下载: 下载PDF文件 查看货源
内容描述: 现代微电子8位单芯片微控制器 [HYUNDAI MICRO ELECTRONICS 8-BIT SINGLE-CHIP MICROCONTROLLERS]
分类和应用: 微控制器和处理器外围集成电路光电二极管电子时钟
文件页数/大小: 107 页 / 1524 K
品牌: HYNIX [ HYNIX SEMICONDUCTOR ]
 浏览型号GMS81C2020K的Datasheet PDF文件第31页浏览型号GMS81C2020K的Datasheet PDF文件第32页浏览型号GMS81C2020K的Datasheet PDF文件第33页浏览型号GMS81C2020K的Datasheet PDF文件第34页浏览型号GMS81C2020K的Datasheet PDF文件第36页浏览型号GMS81C2020K的Datasheet PDF文件第37页浏览型号GMS81C2020K的Datasheet PDF文件第38页浏览型号GMS81C2020K的Datasheet PDF文件第39页  
HYUNDAI MicroElectronics  
GMS81C2012/GMS81C2020  
8.4 Addressing Mode  
The GMS800 series MCU uses six addressing modes;  
• Register addressing  
(3) Direct Page Addressing dp  
In this mode, a address is specified within direct page.  
Example; G=0  
• Immediate addressing  
C535  
LDA  
35H  
;A RAM[35H]  
• Direct page addressing  
• Absolute addressing  
• Indexed addressing  
35H  
data  
• Register-indirect addressing  
~
~
~
data A  
~
0E550H  
0E551H  
C5  
35  
(1) Register Addressing  
Register addressing accesses the A, X, Y, C and PSW.  
(2) Immediate Addressing #imm  
In this mode, second byte (operand) is accessed as a data  
immediately.  
(4) Absolute Addressing !abs  
Example:  
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.  
0435  
ADC  
#35H  
MEMORY  
With 3 bytes command, it is possible to access to whole  
memory area.  
04  
35  
A+35H+C A  
ADC, AND, CMP, CMPX, CMPY, EOR, LDA, LDX,  
LDY, OR, SBC, STA, STX, STY  
Example;  
0735F0 ADC  
!0F035H  
;A ROM[0F035H]  
When G-flag is 1, then RAM address is defined by 16-bit  
address which is composed of 8-bit RAM paging register  
(RPR) and 8-bit immediate data.  
0F035H  
data  
Example: G=1  
~
~
~
~
A+data+C A  
E45535 LDM  
35H,#55H  
0F100H  
0F101H  
0F102H  
07  
35  
F0  
address: 0F035  
0135H  
data  
data ¨ 55H  
~
~
~
~
The operation within data memory (RAM)  
ASL, BIT, DEC, INC, LSR, ROL, ROR  
0F100H  
E4  
55  
35  
Example; Addressing accesses the address 0135H regard-  
less of G-flag.  
0F101H  
0F102H  
MAR. 2000 Ver 1.00  
35  
 复制成功!