代码搜索:Load
找到约 10,000 项符合「Load」的源代码
代码结果 10,000
www.eeworm.com/read/223271/4811756
inc load.inc
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; load.inc
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
www.eeworm.com/read/223271/4811774
inc load.inc
BaseOfLoader equ 09000h ; LOADER.BIN 被加载到的位置 ---- 段地址
OffsetOfLoader equ 0100h ; LOADER.BIN 被加载到的位置 ---- 偏移地址
BaseOfLoaderPhyAddr equ BaseOfLoader * 10h ; LOADER.BIN 被加载到的位置 ---- 物理地址 (=
www.eeworm.com/read/223271/4811788
inc load.inc
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; load.inc
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
www.eeworm.com/read/223271/4811804
inc load.inc
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; load.inc
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
www.eeworm.com/read/223271/4811816
inc load.inc
BaseOfLoader equ 09000h ; LOADER.BIN 被加载到的位置 ---- 段地址
OffsetOfLoader equ 0100h ; LOADER.BIN 被加载到的位置 ---- 偏移地址
BaseOfLoaderPhyAddr equ BaseOfLoader * 10h ; LOADER.BIN 被加载到的位置 ---- 物理地址 (=
www.eeworm.com/read/221574/4828215
h load.h
switch (inst.code.load) {
/* General loading */
case L_POPwRM:
inst_op1_w = Pop_16();
goto case_L_MODRM;
case L_POPdRM:
inst_op1_d = Pop_32();
goto case_L_MODRM;
case_L_MODRM:
case L_MODRM:
www.eeworm.com/read/220541/4840403
c load.c
//=============================================================================
// Filename: load.c
//
// Description: Functions needed to load a program and start it on the DSP.
//
// Copyr
www.eeworm.com/read/220541/4840446
c load.c
//=============================================================================
// Filename: load.c
//
// Description: Functions needed to load a program and start it on the DSP.
//
// Copyr
www.eeworm.com/read/220218/4841859
sh load.sh
#!/bin/sh
#
#
# Copyright 2005 i-Konect LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this cp except in compliance with the License.
# You may obta