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

HD6433846XXXH 参数 Datasheet PDF下载

HD6433846XXXH图片预览
型号: HD6433846XXXH
PDF下载: 下载PDF文件 查看货源
内容描述: 微控制器\n [Microcontroller ]
分类和应用: 微控制器外围集成电路时钟
文件页数/大小: 524 页 / 1465 K
品牌: ETC [ ETC ]
 浏览型号HD6433846XXXH的Datasheet PDF文件第28页浏览型号HD6433846XXXH的Datasheet PDF文件第29页浏览型号HD6433846XXXH的Datasheet PDF文件第30页浏览型号HD6433846XXXH的Datasheet PDF文件第31页浏览型号HD6433846XXXH的Datasheet PDF文件第33页浏览型号HD6433846XXXH的Datasheet PDF文件第34页浏览型号HD6433846XXXH的Datasheet PDF文件第35页浏览型号HD6433846XXXH的Datasheet PDF文件第36页  
2.2  
Register Descriptions  
2.2.1  
General Registers  
All the general registers can be used as both data registers and address registers.  
When used as data registers, they can be accessed as 16-bit registers (R0 to R7), or the high bytes  
(R0H to R7H) and low bytes (R0L to R7L) can be accessed separately as 8-bit registers.  
When used as address registers, the general registers are accessed as 16-bit registers (R0 to R7).  
R7 also functions as the stack pointer (SP), used implicitly by hardware in exception processing  
and subroutine calls. When it functions as the stack pointer, as indicated in figure 2-2, SP (R7)  
points to the top of the stack.  
Lower address side [H'0000]  
Unused area  
SP (R7)  
Stack area  
Upper address side [H'FFFF]  
Figure 2-2 Stack Pointer  
2.2.2  
Control Registers  
The CPU control registers include a 16-bit program counter (PC) and an 8-bit condition code  
register (CCR).  
Program Counter (PC): This 16-bit register indicates the address of the next instruction the CPU  
will execute. All instructions are fetched 16 bits (1 word) at a time, so the least significant bit of  
the PC is ignored (always regarded as 0).  
Condition Code Register (CCR): This 8-bit register contains internal status information,  
including the interrupt mask bit (I) and half-carry (H), negative (N), zero (Z), overflow (V), and  
carry (C) flags. These bits can be read and written by software (using the LDC, STC, ANDC,  
ORC, and XORC instructions). The N, Z, V, and C flags are used as branching conditions for  
conditional branching (Bcc) instructions.  
17  
 复制成功!