代码搜索:loader程序源码
找到约 10,000 项符合「loader程序源码」的源代码
代码结果 10,000
www.eeworm.com/read/352791/10506653
h loader.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/159325/10670072
h loader.h
/**********************************************************************/
/* */
/* MODULE: loader.h 1.3
www.eeworm.com/read/351036/10685376
h loader.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/350871/10703768
bin loader.bin
www.eeworm.com/read/350871/10703791
asm loader.asm
org 0100h
mov ax, 0B800h
mov gs, ax
mov ah, 0Fh ; 0000: 黑底 1111: 白字
mov al, 'L'
mov [gs:((80 * 0 + 39) * 2)], ax ; 屏幕第 0 行, 第 39 列。
jmp $ ; Start
www.eeworm.com/read/350871/10703822
bin loader.bin
www.eeworm.com/read/350871/10703847
asm loader.asm
org 0100h
mov ax, 0B800h
mov gs, ax
mov ah, 0Fh ; 0000: 黑底 1111: 白字
mov al, 'L'
mov [gs:((80 * 0 + 39) * 2)], ax ; 屏幕第 0 行, 第 39 列。
jmp $ ; Start
www.eeworm.com/read/276262/10751997
pas loader.pas
unit Loader;
interface
uses
DLLLoader, dkInts, SysUtils, Classes, windows;
type
TLoader = class(TDLLLoader)
private
FInts: IModelInts;
function GetInts: IModelInts;
publ
www.eeworm.com/read/419765/10839221
i loader.i
// Ignore callback members
%ignore loader_t::accept_file;
%ignore loader_t::load_file;
%ignore loader_t::save_file;
%ignore loader_t::move_segm;
%ignore loader_t::init_loader_options;
%ignore pl
www.eeworm.com/read/274048/10889791
opt loader.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {