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

HT48R06A-1 参数 Datasheet PDF下载

HT48R06A-1图片预览
型号: HT48R06A-1
PDF下载: 下载PDF文件 查看货源
内容描述: 8位OTP微控制器 [8-Bit OTP Microcontroller]
分类和应用: 微控制器和处理器外围集成电路
文件页数/大小: 44 页 / 315 K
品牌: HOLTEK [ HOLTEK SEMICONDUCTOR INC ]
 浏览型号HT48R06A-1的Datasheet PDF文件第31页浏览型号HT48R06A-1的Datasheet PDF文件第32页浏览型号HT48R06A-1的Datasheet PDF文件第33页浏览型号HT48R06A-1的Datasheet PDF文件第34页浏览型号HT48R06A-1的Datasheet PDF文件第36页浏览型号HT48R06A-1的Datasheet PDF文件第37页浏览型号HT48R06A-1的Datasheet PDF文件第38页浏览型号HT48R06A-1的Datasheet PDF文件第39页  
Preliminary  
HT48R06A-1  
RET A,x  
Return and place immediate data in the accumulator  
Description  
The program counter is restored from the stack and the accumulator loaded  
with the specified 8-bit immediate data.  
Operation  
PC ¬ Stack  
ACC ¬ x  
Affected flag(s)  
TC2 TC1 TO PD OV  
Z
AC  
C
¾
¾
¾
¾
¾
¾
¾
¾
RETI  
Return from interrupt  
Description  
The program counter is restored from the stack, and interrupts are enabled  
by setting the EMI bit. EMI is the enable master (global) interrupt bit (bit 0;  
register INTC).  
Operation  
PC ¬ Stack  
EMI ¬ 1  
Affected flag(s)  
TC2 TC1 TO PD OV  
Z
AC  
C
¾
¾
¾
¾
¾
¾
¾
¾
RL [m]  
Rotate data memory left  
Description  
The contents of the specified data memory are rotated one bit left with bit 7  
rotated into bit 0.  
Operation  
[m].(i+1) ¬ [m].i; [m].i:bit i of the data memory (i=0~6)  
[m].0 ¬ [m].7  
Affected flag(s)  
TC2 TC1 TO PD OV  
Z
AC  
C
¾
¾
¾
¾
¾
¾
¾
¾
RLA [m]  
Rotate data memory left and place result in the accumulator  
Description  
Data in the specified data memory is rotated one bit left with bit 7 rotated  
into bit 0, leaving the rotated result in the accumulator. The contents of the  
data memory remain unchanged.  
Operation  
ACC.(i+1) ¬ [m].i; [m].i:bit i of the data memory (i=0~6)  
ACC.0 ¬ [m].7  
Affected flag(s)  
TC2 TC1 TO PD OV  
Z
AC  
C
¾
¾
¾
¾
¾
¾
¾
¾
35  
February 25, 2000  
 复制成功!