cache.s
来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· S 代码 · 共 33 行
S
33 行
; -*-Asm-*-
;
; $Revision: 1.4 $
; $Author: kwelton $
; $Date: 2000/08/09 20:43:41 $
;
; Copyright (c) 1997 Microsoft Corporation
;
; Module Name:
; cache.s
;
; Abstract:
; This module implements the code necessary to manage the CPU caches on the
; ARM processor.
;--
OPT 2 ; disable listing
INCLUDE kxarm.h
OPT 1 ; reenable listing
OPT 128 ; disable listing of macro expansions
IF FORCE_TGTCPU = "ARM720"
INCLUDE cache720t.s
ENDIF
IF FORCE_TGTCPU = "ARM920"
INCLUDE cache920t.s
ENDIF
END
; EOF cache.s
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?