代码搜索:Load
找到约 10,000 项符合「Load」的源代码
代码结果 10,000
www.eeworm.com/read/346455/11744465
ddp load.ddp
www.eeworm.com/read/346100/11769201
asm load.asm
;*
;* Copyright (c) 2001-2002, Texas Instruments Incorporated.
;* All rights reserved. Property of Texas Instruments Incorporated.
;* Restricted rights to use, duplicate or disclose this code ar
www.eeworm.com/read/156391/11806880
asm load.asm
;
; ======== load.asm ========
;
; C-callable interface to assembly language utility functions for the
; volume example.
.global _load
.text
N .set 1000
;
www.eeworm.com/read/155319/11884657
hpp load.hpp
www.eeworm.com/read/258097/11885049
h load.h
#include ".\\h\\set.h"
#include "user_init.h"
/*
** This file is for linker-script and others, don't put
** cpp style comment here.
*/
#ifndef __LOAD_H
#define __LOAD_H
#ifndef SUPPORT_HDD
www.eeworm.com/read/155305/11885697
exe load.exe
www.eeworm.com/read/155305/11885713
asm load.asm
;a loader for my Shyna
;2004 yaosihai
KERNEL_DATA_SEGMENT EQU 9000h;temp
KERNEL_CODE_SEGMENT EQU 8000h
.386p
code segment use16
assume cs:code,ds:code
start:
;temp stack 9000:9000h
www.eeworm.com/read/155305/11885733