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

HT95L400-128QFP-A 参数 Datasheet PDF下载

HT95L400-128QFP-A图片预览
型号: HT95L400-128QFP-A
PDF下载: 下载PDF文件 查看货源
内容描述: 液晶屏类型手机的8位MCU [LCD Type Phone 8-Bit MCU]
分类和应用: 手机
文件页数/大小: 52 页 / 359 K
品牌: HOLTEK [ HOLTEK SEMICONDUCTOR INC ]
 浏览型号HT95L400-128QFP-A的Datasheet PDF文件第36页浏览型号HT95L400-128QFP-A的Datasheet PDF文件第37页浏览型号HT95L400-128QFP-A的Datasheet PDF文件第38页浏览型号HT95L400-128QFP-A的Datasheet PDF文件第39页浏览型号HT95L400-128QFP-A的Datasheet PDF文件第41页浏览型号HT95L400-128QFP-A的Datasheet PDF文件第42页浏览型号HT95L400-128QFP-A的Datasheet PDF文件第43页浏览型号HT95L400-128QFP-A的Datasheet PDF文件第44页  
HT95LXXX  
MOV A,x  
Move immediate data to the accumulator  
Description  
Operation  
The 8-bit data specified by the code is loaded into the accumulator.  
ACC ¬ x  
Affected flag(s)  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
¾
¾
¾
¾
MOV [m],A  
Move the accumulator to data memory  
Description  
The contents of the accumulator are copied to the specified data memory (one of the data  
memories).  
Operation  
[m] ¬ACC  
Affected flag(s)  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
¾
¾
¾
¾
NOP  
No operation  
Description  
Operation  
Affected flag(s)  
No operation is performed. Execution continues with the next instruction.  
PC ¬ PC+1  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
¾
¾
¾
¾
OR A,[m]  
Logical OR accumulator with data memory  
Description  
Data in the accumulator and the specified data memory (one of the data memories) per-  
form a bitwise logical_OR operation. The result is stored in the accumulator.  
Operation  
ACC ¬ ACC ²OR² [m]  
Affected flag(s)  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
¾
Ö
¾
¾
OR A,x  
Logical OR immediate data to the accumulator  
Description  
Data in the accumulator and the specified data perform a bitwise logical_OR operation.  
The result is stored in the accumulator.  
Operation  
ACC ¬ ACC ²OR² x  
Affected flag(s)  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
¾
Ö
¾
¾
ORM A,[m]  
Logical OR data memory with the accumulator  
Description  
Data in the data memory (one of the data memories) and the accumulator perform a  
bitwise logical_OR operation. The result is stored in the data memory.  
Operation  
[m] ¬ACC ²OR² [m]  
Affected flag(s)  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
¾
Ö
¾
¾
Rev. 1.20  
40  
May 26, 2004  
 复制成功!