init.src

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

SRC
31
字号
;/***************************************************************************
; File:     init.src
; Author :  Naresh Gupta (nkgupta@hotmail.com)
; Purpose:  This file defines the modules StartUp, and Out_LED
;***************************************************************************/

	.include "kxshx.h"
	.include "boot.inc"
	.include "shx.inc"
	.include "oalintr.inc"
	.include "platform.inc"

	.import _main
_Jump_Loc       .equ                _main

	.include "../kernel/hal/shx/startup.src"

;//;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;// CleanRAM
;// This routine does not do anything in the bootloader.
;//;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    LEAF_ENTRY CleanRAM

    rts
    nop


    ENTRY_END CleanRAM

	.end

⌨️ 快捷键说明

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