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

HD6473434F16 参数 Datasheet PDF下载

HD6473434F16图片预览
型号: HD6473434F16
PDF下载: 下载PDF文件 查看货源
内容描述: 12伏不能应用于S -掩模模型(单电源规格) ,因为这可能会永久损坏设备。 [12 V must not be applied to the S-mask model (single-power-supply specification), as this may permanently damage the device.]
分类和应用: 外围集成电路微控制器可编程只读存储器时钟
文件页数/大小: 752 页 / 2557 K
品牌: HITACHI [ HITACHI SEMICONDUCTOR ]
 浏览型号HD6473434F16的Datasheet PDF文件第64页浏览型号HD6473434F16的Datasheet PDF文件第65页浏览型号HD6473434F16的Datasheet PDF文件第66页浏览型号HD6473434F16的Datasheet PDF文件第67页浏览型号HD6473434F16的Datasheet PDF文件第69页浏览型号HD6473434F16的Datasheet PDF文件第70页浏览型号HD6473434F16的Datasheet PDF文件第71页浏览型号HD6473434F16的Datasheet PDF文件第72页  
2.5.5  
Bit Manipulations  
Table 2.8 describes the bit-manipulation instructions. Figure 2.7 shows their object code formats.  
Table 2.8 Bit-Manipulation Instructions  
Instruction  
Size*  
Function  
BSET  
B
1 (<bit no.> of <EAd>)  
Sets a specified bit in a general register or memory to 1. The bit is  
specified by a bit number, given in 3-bit immediate data or the lower  
three bits of a general register.  
BCLR  
BNOT  
BTST  
B
B
B
0 (<bit no.> of <EAd>)  
Clears a specified bit in a general register or memory to 0. The bit is  
specified by a bit number, given in 3-bit immediate data or the lower  
three bits of a general register.  
¬ (<bit no.> of <EAd>) (<bit no.> of <EAd>)  
Inverts a specified bit in a general register or memory. The bit is  
specified by a bit number, given in 3-bit immediate data or the lower  
three bits of a general register.  
¬ (<bit no.> of <EAd>) Z  
Tests a specified bit in a general register or memory and sets or  
clears the Z flag accordingly. The bit is specified by a bit number,  
given in 3-bit immediate data or the lower three bits of a general  
register.  
BAND  
B
B
B
C
(<bit no.> of <EAd>) C  
ANDs the C flag with a specified bit in a general register or memory.  
C [¬ (<bit no.> of <EAd>)] C  
BIAND  
ANDs the C flag with the inverse of a specified bit in a general  
register or memory.  
The bit number is specified by 3-bit immediate data.  
BOR  
C
(<bit no.> of <EAd>) C  
ORs the C flag with a specified bit in a general register or memory.  
C [¬ (<bit no.> of <EAd>)] C  
BIOR  
ORs the C flag with the inverse of a specified bit in a general register  
or memory.  
The bit number is specified by 3-bit immediate data.  
BXOR  
C
(<bit no.> of <EAd>) C  
XORs the C flag with a specified bit in a general register or memory.  
Note: * Size: Operand size  
B: Byte  
39  
 复制成功!