代码搜索:Loader
找到约 9,497 项符合「Loader」的源代码
代码结果 9,497
www.eeworm.com/read/340194/12175153
moc loader.moc
www.eeworm.com/read/151763/12176669
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/252157/12296424
bin loader.bin
www.eeworm.com/read/337632/12353760
obj loader.obj
www.eeworm.com/read/337632/12353777
c loader.c
//////////////////////////////////////////////////////////////////////
//
// File: loader.c
// $Archive: /USB/Drivers/ezloader/loader.c $
//
// Purpose:
//
// This firmware implements t
www.eeworm.com/read/149644/12359728
bin loader.bin
www.eeworm.com/read/149644/12359746
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/149644/12359775
bin loader.bin
www.eeworm.com/read/149644/12359790
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/250579/12398546