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

HT46R12(24SOP-A) 参数 Datasheet PDF下载

HT46R12(24SOP-A)图片预览
型号: HT46R12(24SOP-A)
PDF下载: 下载PDF文件 查看货源
内容描述: [Microcontroller, 8-Bit, UVPROM, 8MHz, CMOS, PDSO24]
分类和应用: 可编程只读存储器LTE微控制器光电二极管
文件页数/大小: 45 页 / 314 K
品牌: HOLTEK [ HOLTEK SEMICONDUCTOR INC ]
 浏览型号HT46R12(24SOP-A)的Datasheet PDF文件第32页浏览型号HT46R12(24SOP-A)的Datasheet PDF文件第33页浏览型号HT46R12(24SOP-A)的Datasheet PDF文件第34页浏览型号HT46R12(24SOP-A)的Datasheet PDF文件第35页浏览型号HT46R12(24SOP-A)的Datasheet PDF文件第37页浏览型号HT46R12(24SOP-A)的Datasheet PDF文件第38页浏览型号HT46R12(24SOP-A)的Datasheet PDF文件第39页浏览型号HT46R12(24SOP-A)的Datasheet PDF文件第40页  
HT46R12  
RRCA [m]  
Rotate right through carry and place result in the accumulator  
Description  
Data of the specified data memory and the carry flag are rotated 1 bit right. Bit 0 replaces  
the carry bit and the original carry flag is rotated into the bit 7 position. The rotated result is  
stored in the accumulator. The contents of the data memory remain unchanged.  
Operation  
ACC.i ¬ [m].(i+1); [m].i:bit i of the data memory (i=0~6)  
ACC.7 ¬ C  
C ¬ [m].0  
Affected flag(s)  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
¾
¾
¾
Ö
SBC A,[m]  
Subtract data memory and carry from the accumulator  
Description  
The contents of the specified data memory and the complement of the carry flag are sub-  
tracted from the accumulator, leaving the result in the accumulator.  
Operation  
ACC ¬ ACC+[m]+C  
Affected flag(s)  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
Ö
Ö
Ö
Ö
SBCM A,[m]  
Subtract data memory and carry from the accumulator  
Description  
The contents of the specified data memory and the complement of the carry flag are sub-  
tracted from the accumulator, leaving the result in the data memory.  
Operation  
[m] ¬ ACC+[m]+C  
Affected flag(s)  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
Ö
Ö
Ö
Ö
SDZ [m]  
Skip if decrement data memory is 0  
Description  
The contents of the specified data memory are decremented by 1. If the result is 0, the next  
instruction is skipped. If the result is 0, the following instruction, fetched during the current  
instruction execution, is discarded and a dummy cycle is replaced to get the proper instruc-  
tion (2 cycles). Otherwise proceed with the next instruction (1 cycle).  
Operation  
Skip if ([m]-1)=0, [m] ¬ ([m]-1)  
Affected flag(s)  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
¾
¾
¾
¾
SDZA [m]  
Decrement data memory and place result in ACC, skip if 0  
Description  
The contents of the specified data memory are decremented by 1. If the result is 0, the next  
instruction is skipped. The result is stored in the accumulator but the data memory remains  
unchanged. If the result is 0, the following instruction, fetched during the current instruction  
execution, is discarded and a dummy cycle is replaced to get the proper instruction (2 cy-  
cles). Otherwise proceed with the next instruction (1 cycle).  
Operation  
Skip if ([m]-1)=0, ACC ¬ ([m]-1)  
Affected flag(s)  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
¾
¾
¾
¾
Rev. 1.20  
36  
February 24, 2006  
 复制成功!