locore.s

来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· S 代码 · 共 26 行

S
26
字号
; -*-Asm-*-
;
; $Revision: 1.1 $
;   $Author: kwelton $
;     $Date: 1999/11/02 17:09:32 $
;
; locore.s - wrapper for EBOOT startup code
;
; Copyright (c) 1999 ARM Limited
; All Rights Reserved
;

;
; The startup code is actually in fw_arm.s, over in ../kernel/hal/arm
; but it also understands EBOOT startup - set a conditional assembly
; control to get the correct code
;
        GBLL    EBOOT
EBOOT   SETL    {TRUE}

        INCLUDE fw_arm.s

        END

; EOF locore.s

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?