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

HT48R06A-1(18DIP) 参数 Datasheet PDF下载

HT48R06A-1(18DIP)图片预览
型号: HT48R06A-1(18DIP)
PDF下载: 下载PDF文件 查看货源
内容描述: [Microcontroller, 8-Bit, UVPROM, 8MHz, CMOS, PDIP18]
分类和应用: 可编程只读存储器时钟微控制器光电二极管
文件页数/大小: 38 页 / 275 K
品牌: HOLTEK [ HOLTEK SEMICONDUCTOR INC ]
 浏览型号HT48R06A-1(18DIP)的Datasheet PDF文件第16页浏览型号HT48R06A-1(18DIP)的Datasheet PDF文件第17页浏览型号HT48R06A-1(18DIP)的Datasheet PDF文件第18页浏览型号HT48R06A-1(18DIP)的Datasheet PDF文件第19页浏览型号HT48R06A-1(18DIP)的Datasheet PDF文件第21页浏览型号HT48R06A-1(18DIP)的Datasheet PDF文件第22页浏览型号HT48R06A-1(18DIP)的Datasheet PDF文件第23页浏览型号HT48R06A-1(18DIP)的Datasheet PDF文件第24页  
HT48R05A-1/HT48C05/HT48R06A-1/HT48C06/HT48R08A-1  
Instruction Definition  
ADC A,[m]  
Add Data Memory to ACC with Carry  
Description  
The contents of the specified Data Memory, Accumulator and the carry flag are added. The  
result is stored in the Accumulator.  
Operation  
ACC ¬ ACC + [m] + C  
Affected flag(s)  
OV, Z, AC, C  
ADCM A,[m]  
Add ACC to Data Memory with Carry  
Description  
The contents of the specified Data Memory, Accumulator and the carry flag are added. The  
result is stored in the specified Data Memory.  
Operation  
[m] ¬ ACC + [m] + C  
Affected flag(s)  
OV, Z, AC, C  
ADD A,[m]  
Add Data Memory to ACC  
Description  
The contents of the specified Data Memory and the Accumulator are added. The result is  
stored in the Accumulator.  
Operation  
ACC ¬ ACC + [m]  
Affected flag(s)  
OV, Z, AC, C  
ADD A,x  
Add immediate data to ACC  
Description  
The contents of the Accumulator and the specified immediate data are added. The result is  
stored in the Accumulator.  
Operation  
ACC ¬ ACC + x  
Affected flag(s)  
OV, Z, AC, C  
ADDM A,[m]  
Add ACC to Data Memory  
Description  
The contents of the specified Data Memory and the Accumulator are added. The result is  
stored in the specified Data Memory.  
Operation  
[m] ¬ ACC + [m]  
Affected flag(s)  
OV, Z, AC, C  
AND A,[m]  
Logical AND Data Memory to ACC  
Description  
Data in the Accumulator and the specified Data Memory perform a bitwise logical AND op-  
eration. The result is stored in the Accumulator.  
Operation  
ACC ¬ ACC ²AND² [m]  
Affected flag(s)  
Z
AND A,x  
Logical AND immediate data to ACC  
Description  
Data in the Accumulator and the specified immediate data perform a bitwise logical AND  
operation. The result is stored in the Accumulator.  
Operation  
ACC ¬ ACC ²AND² x  
Affected flag(s)  
Z
ANDM A,[m]  
Logical AND ACC to Data Memory  
Description  
Data in the specified Data Memory and the Accumulator perform a bitwise logical AND op-  
eration. The result is stored in the Data Memory.  
Operation  
[m] ¬ ACC ²AND² [m]  
Affected flag(s)  
Z
Rev. 1.50  
20  
August 22, 2007  
 复制成功!