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

HT48R50A-1 参数 Datasheet PDF下载

HT48R50A-1图片预览
型号: HT48R50A-1
PDF下载: 下载PDF文件 查看货源
内容描述: I / O型8位MCU [I/O Type 8-Bit MCU]
分类和应用:
文件页数/大小: 41 页 / 306 K
品牌: HOLTEK [ HOLTEK SEMICONDUCTOR INC ]
 浏览型号HT48R50A-1的Datasheet PDF文件第24页浏览型号HT48R50A-1的Datasheet PDF文件第25页浏览型号HT48R50A-1的Datasheet PDF文件第26页浏览型号HT48R50A-1的Datasheet PDF文件第27页浏览型号HT48R50A-1的Datasheet PDF文件第29页浏览型号HT48R50A-1的Datasheet PDF文件第30页浏览型号HT48R50A-1的Datasheet PDF文件第31页浏览型号HT48R50A-1的Datasheet PDF文件第32页  
HT48R50A-1/HT48C50-1  
RET  
Return from subroutine  
Description  
Operation  
Affected flag(s)  
The program counter is restored from the stack. This is a 2-cycle instruction.  
Program Counter ¬ Stack  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
¾
¾
¾
¾
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 speci-  
fied 8-bit immediate data.  
Operation  
Program Counter ¬ Stack  
ACC ¬ x  
Affected flag(s)  
TO  
PDF  
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.  
Operation  
Program Counter ¬ Stack  
EMI ¬ 1  
Affected flag(s)  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
¾
¾
¾
¾
RL [m]  
Rotate data memory left  
Description  
Operation  
The contents of the specified data memory are rotated 1 bit left with bit 7 rotated into bit 0.  
[m].(i+1) ¬ [m].i; [m].i:bit i of the data memory (i=0~6)  
[m].0 ¬ [m].7  
Affected flag(s)  
TO  
PDF  
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 1 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)  
TO  
PDF  
OV  
Z
AC  
C
¾
¾
¾
¾
¾
¾
Rev. 2.00  
28  
March 8, 2006  
 复制成功!