欢迎访问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文件第41页浏览型号HT95L400-128QFP-A的Datasheet PDF文件第42页浏览型号HT95L400-128QFP-A的Datasheet PDF文件第43页浏览型号HT95L400-128QFP-A的Datasheet PDF文件第44页浏览型号HT95L400-128QFP-A的Datasheet PDF文件第46页浏览型号HT95L400-128QFP-A的Datasheet PDF文件第47页浏览型号HT95L400-128QFP-A的Datasheet PDF文件第48页浏览型号HT95L400-128QFP-A的Datasheet PDF文件第49页  
HT95LXXX  
SUB A,[m]  
Subtract data memory from the accumulator  
Description  
The specified data memory is subtracted from the contents of the accumulator, leaving the  
result in the accumulator.  
Operation  
ACC ¬ ACC+[m]+1  
Affected flag(s)  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
Ö
Ö
Ö
Ö
SUBM A,[m]  
Subtract data memory from the accumulator  
Description  
The specified data memory is subtracted from the contents of the accumulator, leaving the  
result in the data memory.  
Operation  
[m] ¬ ACC+[m]+1  
Affected flag(s)  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
Ö
Ö
Ö
Ö
SUB A,x  
Subtract immediate data from the accumulator  
Description  
The immediate data specified by the code is subtracted from the contents of the accumula-  
tor, leaving the result in the accumulator.  
Operation  
ACC ¬ ACC+x+1  
Affected flag(s)  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
Ö
Ö
Ö
Ö
SWAP [m]  
Swap nibbles within the data memory  
Description  
The low-order and high-order nibbles of the specified data memory (1 of the data memo-  
ries) are interchanged.  
Operation  
[m].3~[m].0 « [m].7~[m].4  
Affected flag(s)  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
¾
¾
¾
¾
SWAPA [m]  
Swap data memory and place result in the accumulator  
Description  
The low-order and high-order nibbles of the specified data memory are interchanged, writ-  
ing the result to the accumulator. The contents of the data memory remain unchanged.  
Operation  
ACC.3~ACC.0 ¬ [m].7~[m].4  
ACC.7~ACC.4 ¬ [m].3~[m].0  
Affected flag(s)  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
¾
¾
¾
¾
Rev. 1.20  
45  
May 26, 2004  
 复制成功!