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

EM73P361A 参数 Datasheet PDF下载

EM73P361A图片预览
型号: EM73P361A
PDF下载: 下载PDF文件 查看货源
内容描述: 4位微控制器的液晶显示器产品 [4-BIT MICRO-CONTROLLER FOR LCD PRODUCT]
分类和应用: 显示器微控制器
文件页数/大小: 36 页 / 310 K
品牌: ELAN [ ELAN MICROELECTRONICS CORP ]
 浏览型号EM73P361A的Datasheet PDF文件第7页浏览型号EM73P361A的Datasheet PDF文件第8页浏览型号EM73P361A的Datasheet PDF文件第9页浏览型号EM73P361A的Datasheet PDF文件第10页浏览型号EM73P361A的Datasheet PDF文件第12页浏览型号EM73P361A的Datasheet PDF文件第13页浏览型号EM73P361A的Datasheet PDF文件第14页浏览型号EM73P361A的Datasheet PDF文件第15页  
EM73P361A  
4-BIT MICRO-CONTROLLER FOR LCD PRODUCT  
be "0", it means a borrow out, otherwise, if the result is positive, CF will be "1". For ZF, if the result  
of subtraction operation is "0", the ZF will be "1", otherwise, ZF will be "1".  
EXAMPLE:  
Operation  
8-4=4  
7-F= -8(1000)  
9-9=0  
Carry Zero  
1
0
1
0
0
1
(3) Rotation:  
There are two kinds of rotation operation, one is rotation left, the other is rotation right.  
RLCA instruction rotates Acc value to left, shift the CF value into the LSB bit of Acc and the shift out data  
will be hold in CF.  
MSB LSB  
ACC  
CF  
RRCA instruction operation rotates Acc value to right, shift the CF value into the MSB bit of Acc and the  
shift out data will be hold in CF.  
MSB LSB  
ACC  
CF  
PROGRAM EXAMPLE: To rotate Acc right and shift a "1" into the MSB bit of Acc .  
TTCFS; CF 1  
RRCA; rotate Acc right and shift CF=1 into MSB.  
HL REGISTER  
HL register are two 4-bit registers, they are used as a pair of pointer for the address of RAM memory and also  
2 independent temporary 4-bit data registers. For some instruction, L register can be a pointer to indicate the  
pin number ( Port4, Port6, Port7 ) .  
HL REGISTER STRUCTURE  
3
2
1
0
3
2
1
0
L REGISTER  
H REGISTER  
HL REGISTER FUNCTION  
(1)For instruction : LDL #k, LDH #k, THA, THL, INCL, DECL, EXAL, EXAH, HL register used as a  
temporary register .  
PROGRAM EXAMPLE: Load immediate data "5h" into L register, "Dh" into H register.  
LDL #05h;  
LDH #0Dh;  
(2) For instruction LDAM, STAM, STAMI .., HL register used as a pointer for the address of RAM memory.  
* This specification are subject to be changed without notice.  
12.17.2001  
11  
 复制成功!