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

C8051F363 参数 Datasheet PDF下载

C8051F363图片预览
型号: C8051F363
PDF下载: 下载PDF文件 查看货源
内容描述: 混合信号ISP功能的Flash MCU系列 [Mixed Signal ISP Flash MCU Family]
分类和应用:
文件页数/大小: 288 页 / 2659 K
品牌: SILICON [ SILICON ]
 浏览型号C8051F363的Datasheet PDF文件第78页浏览型号C8051F363的Datasheet PDF文件第79页浏览型号C8051F363的Datasheet PDF文件第80页浏览型号C8051F363的Datasheet PDF文件第81页浏览型号C8051F363的Datasheet PDF文件第83页浏览型号C8051F363的Datasheet PDF文件第84页浏览型号C8051F363的Datasheet PDF文件第85页浏览型号C8051F363的Datasheet PDF文件第86页  
C8051F360/1/2/3/4/5/6/7/8/9  
9.3. Instruction Set  
The instruction set of the CIP-51 System Controller is fully compatible with the standard MCS-51™ instruc-  
tion set; standard 8051 development tools can be used to develop software for the CIP-51. All CIP-51  
instructions are the binary and functional equivalent of their MCS-51™ counterparts, including opcodes,  
addressing modes and effect on PSW flags. However, instruction timing is different than that of the stan-  
dard 8051.  
9.3.1. Instruction and CPU Timing  
In many 8051 implementations, a distinction is made between machine cycles and clock cycles, with  
machine cycles varying from 2 to 12 clock cycles in length. However, the CIP-51 implementation is based  
solely on clock cycle timing. All instruction timings are specified in terms of clock cycles.  
Due to the pipelined architecture of the CIP-51, most instructions execute in the same number of clock  
cycles as there are program bytes in the instruction. Conditional branch instructions take one less clock  
cycle to complete when the branch is not taken as opposed to when the branch is taken. Table 9.1 is the  
CIP-51 Instruction Set Summary, which includes the mnemonic, number of bytes, and number of clock  
cycles for each instruction.  
9.3.2. MOVX Instruction and Program Memory  
In the CIP-51, the MOVX instruction serves three purposes: accessing on-chip XRAM, accessing off-chip  
XRAM, and accessing on-chip program Flash memory. The Flash access feature provides a mechanism  
for user software to update program code and use the program memory space for non-volatile data stor-  
age (see Section “13. Flash Memory” on page 135). The External Memory Interface provides a fast access  
to off-chip XRAM (or memory-mapped peripherals) via the MOVX instruction. Refer to Section  
“15. External Data Memory Interface and On-Chip XRAM” on page 153 for details.  
Table 9.1. CIP-51 Instruction Set Summary  
Clock  
Cycles  
Mnemonic  
Description  
Arithmetic Operations  
Bytes  
ADD A, Rn  
Add register to A  
Add direct byte to A  
Add indirect RAM to A  
Add immediate to A  
Add register to A with carry  
Add direct byte to A with carry  
Add indirect RAM to A with carry  
Add immediate to A with carry  
Subtract register from A with borrow  
Subtract direct byte from A with borrow  
Subtract indirect RAM from A with borrow  
Subtract immediate from A with borrow  
Increment A  
1
2
1
2
1
2
1
2
1
2
1
2
1
1
2
1
1
2
2
2
1
2
2
2
1
2
2
2
1
1
2
2
ADD A, direct  
ADD A, @Ri  
ADD A, #data  
ADDC A, Rn  
ADDC A, direct  
ADDC A, @Ri  
ADDC A, #data  
SUBB A, Rn  
SUBB A, direct  
SUBB A, @Ri  
SUBB A, #data  
INC A  
INC Rn  
INC direct  
INC @Ri  
Increment register  
Increment direct byte  
Increment indirect RAM  
82  
Rev. 1.0  
 复制成功!