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

HT46C64(52QFP-A) 参数 Datasheet PDF下载

HT46C64(52QFP-A)图片预览
型号: HT46C64(52QFP-A)
PDF下载: 下载PDF文件 查看货源
内容描述: [Microcontroller, 8-Bit, MROM, 8MHz, CMOS, PQFP52]
分类和应用: 微控制器
文件页数/大小: 48 页 / 409 K
品牌: HOLTEK [ HOLTEK SEMICONDUCTOR INC ]
 浏览型号HT46C64(52QFP-A)的Datasheet PDF文件第38页浏览型号HT46C64(52QFP-A)的Datasheet PDF文件第39页浏览型号HT46C64(52QFP-A)的Datasheet PDF文件第40页浏览型号HT46C64(52QFP-A)的Datasheet PDF文件第41页浏览型号HT46C64(52QFP-A)的Datasheet PDF文件第43页浏览型号HT46C64(52QFP-A)的Datasheet PDF文件第44页浏览型号HT46C64(52QFP-A)的Datasheet PDF文件第45页浏览型号HT46C64(52QFP-A)的Datasheet PDF文件第46页  
HT46R64/HT46C64  
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.80  
42  
February 14, 2006  
 复制成功!