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

EM73PA88A 参数 Datasheet PDF下载

EM73PA88A图片预览
型号: EM73PA88A
PDF下载: 下载PDF文件 查看货源
内容描述: 4位微控制器的液晶显示器产品 [4-BIT MICRO-CONTROLLER FOR LCD PRODUCT]
分类和应用: 显示器微控制器
文件页数/大小: 45 页 / 410 K
品牌: ELAN [ ELAN MICROELECTRONICS CORP ]
 浏览型号EM73PA88A的Datasheet PDF文件第6页浏览型号EM73PA88A的Datasheet PDF文件第7页浏览型号EM73PA88A的Datasheet PDF文件第8页浏览型号EM73PA88A的Datasheet PDF文件第9页浏览型号EM73PA88A的Datasheet PDF文件第11页浏览型号EM73PA88A的Datasheet PDF文件第12页浏览型号EM73PA88A的Datasheet PDF文件第13页浏览型号EM73PA88A的Datasheet PDF文件第14页  
EM73PA88A  
4-BIT MICRO-CONTROLLER FOR LCD PRODUCT  
The bank is selected by P9.3. When P9.3 is cleared to "0", the bank 0 is selected. When P9.3 is set to "1", the bank  
1 is selected.  
The Data Memory consists of three Address mode, namely -  
(1) Indirect addressing mode:  
The address in the bank is specified by the HL registers.  
P9.3  
HR LR  
RAM address  
PROGRAM EXAMPLE: Load the data of RAM address "143h" to RAM address "032h".  
SEP P9,3 ; P9.31  
LDL #3h ; LR3  
LDH #4h ; HR4  
LDAM  
; AccRAM[134h]  
CLP P9,3 ; P9.3← 0  
LDL #2h ; LR2  
LDH #3h ; HR3  
STAM  
; RAM[023h]Acc  
(2) Direct addressing mode:  
The address in the bank is directly specified by 8 bits code of the second byte in the instruction field.  
instruction field  
xxxxxxxx  
P9.3  
xxxxxxxx  
RAM address  
PROGRAM EXAMPLE: Load the data of RAM address "143h" to RAM address "023h".  
SEP P9,3 ; P9.31  
LDA 43h ; AccRAM[143h]  
CLP P9,3 ; P9.3← 0  
STA 23h ; RAM[023h]Acc  
(3) Zero-page addressing mode:  
The zero-page is in the bank 0 (address 000h~00Fh). The address is the lower 4 bits code of the second byte  
in the instruction field.  
instruction field  
yyyy  
yyyy  
0000  
0
RAM address  
PROGRAM EXAMPLE: Write immediate "0Fh" to RAM address "005h".  
STD #0Fh, 05h ; RAM[05h]0Fh  
* This specification are subject to be changed without notice.  
10.8.2001  
10  
 复制成功!