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

HD6417709SF133B 参数 Datasheet PDF下载

HD6417709SF133B图片预览
型号: HD6417709SF133B
PDF下载: 下载PDF文件 查看货源
内容描述: 瑞萨32位RISC单片机超级RISC引擎族/ SH7700系列 [Renesas 32-Bit RISC Microcomputer Super RISC engine Family/SH7700 Series]
分类和应用: 微控制器和处理器外围集成电路时钟
文件页数/大小: 807 页 / 4409 K
品牌: RENESAS [ RENESAS TECHNOLOGY CORP ]
 浏览型号HD6417709SF133B的Datasheet PDF文件第67页浏览型号HD6417709SF133B的Datasheet PDF文件第68页浏览型号HD6417709SF133B的Datasheet PDF文件第69页浏览型号HD6417709SF133B的Datasheet PDF文件第70页浏览型号HD6417709SF133B的Datasheet PDF文件第72页浏览型号HD6417709SF133B的Datasheet PDF文件第73页浏览型号HD6417709SF133B的Datasheet PDF文件第74页浏览型号HD6417709SF133B的Datasheet PDF文件第75页  
T bit: The T bit in the status register (SR) is used to indicate the result of compare operations, and  
is read as a TRUE/FALSE condition determining if a conditional branch is taken or not. To  
improve processing speed, the T bit logic state is modified only by specific operations. An  
example of how the T bit may be used in a sequence of operations is shown below.  
ADD  
CMP/EQ R1, R0  
BT TRGET  
#1, R0  
;T bit not modified by ADD operation  
;T bit set to 1 when R0 = 0  
;branch taken to TRGET when T bit = 1 (R0 = 0)  
Literals: Byte-length literals are inserted directly into the instruction code as immediate data. To  
maintain the 16-bit fixed-length instruction code, word or longword literals are stored in a table in  
main memory rather than inserted directly into the instruction code. The memory table is accessed  
by the MOV instruction using PC-relative addressing with displacement, as follows:  
MOV.W  
@(disp, PC), R0  
Absolute Addresses: As with word and longword literals, absolute addresses must also be stored  
in a table in main memory. The value of the absolute address is transferred to a register and the  
operand access is specified by indexed register-indirect addressing, with the absolute address  
loaded (like word and longword immediate data) during instruction execution.  
16-Bit and 32-Bit Displacements: In the same way, 16-bit and 32-bit displacements also must be  
stored in a table in main memory. Exactly like absolute addresses, the displacement value is  
transferred to a register and the operand access is specified by indexed register-indirect addressing,  
loading the displacement (like word and longword immediate data) during instruction execution.  
Rev. 5.00, 09/03, page 27 of 760  
 复制成功!