欢迎访问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文件第156页浏览型号HD6417709SF133B的Datasheet PDF文件第157页浏览型号HD6417709SF133B的Datasheet PDF文件第158页浏览型号HD6417709SF133B的Datasheet PDF文件第159页浏览型号HD6417709SF133B的Datasheet PDF文件第161页浏览型号HD6417709SF133B的Datasheet PDF文件第162页浏览型号HD6417709SF133B的Datasheet PDF文件第163页浏览型号HD6417709SF133B的Datasheet PDF文件第164页  
In the following example, an address (32-bit) to be purged is specified in R0.  
MOV.L #H'00000FF0, R1  
AND R0, R1  
MOV.L #H'F0000008, R2  
OR R1, R2  
;
; The entry address is fetched.  
;
; The start is set to H'F0 and the A bit  
to 1.  
MOV.L #H'1FFFFC00, R3  
AND R0, R3  
MOV.L R3, @R2  
;
; The tag address is fetched. U = V = 0.  
; Associative purge.  
The above operation should be performed using a non-cacheable area.  
(3) Reading Data from a Specific Entry  
This example reads the data section of a specific entry. The longword in the data field of the data  
array in figure 5.6 is read to the register.  
; R0 = H'F100 004C; Data array access, Entry = H'04,  
; Way = 0, Longword address = 3  
;
MOV.L R0, @R1  
; Longword 3 is read.  
Rev. 5.00, 09/03, page 116 of 760  
 复制成功!