代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/436309/7772762
asm init.asm
; Copyright (C) 1998 Pavel Baranov (pbaranov@spb.lucent.com)
subtitle "Initialization"
allinit
; Sample code, INSERT your own if nessesary
bcf STATUS, RP0 ;bank 1
bsf INTCON, GIE
www.eeworm.com/read/435845/7782802
s init.s
;/****************************************Copyright (c)**************************************************
;********************************************************************************************
www.eeworm.com/read/435845/7782817
o init.o
www.eeworm.com/read/435842/7783153
s init.s
;/****************************************Copyright (c)**************************************************
;********************************************************************************************
www.eeworm.com/read/434948/7799951
o init.o
www.eeworm.com/read/434948/7799955
s init.s
AREA |DATA|,CODE,READONLY
ENTRY
ldr r13, =0x1000
IMPORT Main
b Main
END
www.eeworm.com/read/434797/7801492
s init.s
;/****************************************Copyright (c)**************************************************
;********************************************************************************************
www.eeworm.com/read/434797/7801505
o init.o
www.eeworm.com/read/434785/7801671
c init.c
#include"memory.h"
#define WRONG_FLAG -1
#define WRONG_MEMORY_BODY -2
#define NO_FREE_BLOCK -3
#define WRONG_CAPABILITY -4
static int init_memory_body_routine(
struct memory_body_struct *
www.eeworm.com/read/434785/7801715
c init.c
#include"kernel.h"
int idle_driver(struct file_system_call_parameter *par)
{
return (-1);
}
int os_init()
{
int i,j;
struct return_stack *rt;
init_file_information();
for(i=0;i