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

HD6433846XXXH 参数 Datasheet PDF下载

HD6433846XXXH图片预览
型号: HD6433846XXXH
PDF下载: 下载PDF文件 查看货源
内容描述: 微控制器\n [Microcontroller ]
分类和应用: 微控制器外围集成电路时钟
文件页数/大小: 524 页 / 1465 K
品牌: ETC [ ETC ]
 浏览型号HD6433846XXXH的Datasheet PDF文件第419页浏览型号HD6433846XXXH的Datasheet PDF文件第420页浏览型号HD6433846XXXH的Datasheet PDF文件第421页浏览型号HD6433846XXXH的Datasheet PDF文件第422页浏览型号HD6433846XXXH的Datasheet PDF文件第424页浏览型号HD6433846XXXH的Datasheet PDF文件第425页浏览型号HD6433846XXXH的Datasheet PDF文件第426页浏览型号HD6433846XXXH的Datasheet PDF文件第427页  
A.3  
Number of Execution States  
The tables here can be used to calculate the number of states required for instruction execution.  
Table A-4 indicates the number of states required for each cycle (instruction fetch, read/write,  
etc.), and table A-3 indicates the number of cycles of each type occurring in each instruction. The  
total number of states required for execution of an instruction can be calculated from these two  
tables as follows:  
Execution states = I × SI + J × SJ + K × SK + L × SL+ M × SM + N × SN  
Examples: When instruction is fetched from on-chip ROM, and an on-chip RAM is accessed.  
BSET #0, @FF00  
From table A-4:  
I = L = 2, J = K = M = N= 0  
From table A-3:  
SI = 2, SL = 2  
Number of states required for execution = 2 × 2 + 2 × 2 = 8  
When instruction is fetched from on-chip ROM, branch address is read from on-chip ROM, and  
on-chip RAM is used for stack area.  
JSR @@ 30  
From table A-4:  
I = 2, J = K = 1, L = M = N = 0  
From table A-3:  
SI = SJ = SK = 2  
Number of states required for execution = 2 × 2 + 1 × 2+ 1 × 2 = 8  
Table A-3 Number of Cycles in Each Instruction  
Execution Status  
(instruction cycle)  
Instruction fetch  
Access Location  
On-Chip Memory  
2
On-Chip Peripheral Module  
SI  
Branch address read  
Stack operation  
SJ  
SK  
SL  
SM  
SN  
Byte data access  
Word data access  
Internal operation  
2 or 3*  
1
Note:  
*
Depends on which on-chip module is accessed. See 2.9.1, Notes on Data Access for  
details.  
408  
 复制成功!