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

HD64F3337YF16 参数 Datasheet PDF下载

HD64F3337YF16图片预览
型号: HD64F3337YF16
PDF下载: 下载PDF文件 查看货源
内容描述: 单片机 [Single-Chip Microcomputer]
分类和应用: 微控制器和处理器外围集成电路
文件页数/大小: 747 页 / 2993 K
品牌: RENESAS [ RENESAS TECHNOLOGY CORP ]
 浏览型号HD64F3337YF16的Datasheet PDF文件第72页浏览型号HD64F3337YF16的Datasheet PDF文件第73页浏览型号HD64F3337YF16的Datasheet PDF文件第74页浏览型号HD64F3337YF16的Datasheet PDF文件第75页浏览型号HD64F3337YF16的Datasheet PDF文件第77页浏览型号HD64F3337YF16的Datasheet PDF文件第78页浏览型号HD64F3337YF16的Datasheet PDF文件第79页浏览型号HD64F3337YF16的Datasheet PDF文件第80页  
Instruction  
Size*  
Function  
BIXOR  
B
C
¬ [(<bit no.> of <EAd>)] C  
XORs 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.  
(<bit no.> of <EAd>) C  
BLD  
B
B
Copies a specified bit in a general register or memory to the C flag.  
¬ (<bit no.> of <EAd>) C  
BILD  
Copies the inverse of a specified bit in a general register or memory  
to the C flag.  
The bit number is specified by 3-bit immediate data.  
C (<bit no.> of <EAd>)  
BST  
Copies the C flag to a specified bit in a general register or memory.  
¬ C (<bit no.> of <EAd>)  
BIST  
Copies the inverse of the C flag to a specified bit in a general  
register or memory.  
The bit number is specified by 3-bit immediate data.  
Note: * Size: Operand size  
B: Byte  
Notes on Bit Manipulation Instructions: BSET, BCLR, BNOT, BST, and BIST are read-  
modify-write instructions. They read a byte of data, modify one bit in the byte, then write the byte  
back. Care is required when these instructions are applied to registers with write-only bits and to  
the I/O port registers.  
Step  
Description  
1
2
3
Read  
Modify  
Write  
Read one data byte at the specified address  
Modify one bit in the data byte  
Write the modified data byte back to the specified address  
Example 1: BCLR is executed to clear bit 0 in the port 4 data direction register (P4DDR) under  
the following conditions.  
P47:  
P46:  
Input pin, low  
Input pin, high  
P45 P40: Output pins, low  
The intended purpose of this BCLR instruction is to switch P40 from output to input.  
46  
 复制成功!