代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/101015/6262318
asm msspawn.asm
;
; --- Version 3.0 91-05-27 17:56 ---
;
; SPAWN.ASM - Main function for memory swapping spawn call.
;
; Public Domain Software written by
; Thomas Wagner
; Ferrari electronic GmbH
; Beusse
www.eeworm.com/read/100503/6268858
pl md5-586.pl
#!/usr/local/bin/perl
# Normal is the
# md5_block_x86(MD5_CTX *c, ULONG *X);
# version, non-normal is the
# md5_block_x86(MD5_CTX *c, ULONG *X,int blocks);
$normal=0;
push(@INC,"perlasm","../../per
www.eeworm.com/read/100037/6276170
pl md5-586.pl
#!/usr/local/bin/perl
# Normal is the
# md5_block_x86(MD5_CTX *c, ULONG *X);
# version, non-normal is the
# md5_block_x86(MD5_CTX *c, ULONG *X,int blocks);
$normal=0;
push(@INC,"perlasm","../../per
www.eeworm.com/read/273303/6281671
asm setup.asm
; GeekOS setup code
; Copyright (c) 2001,2004 David H. Hovemeyer
; $Revision: 1.10 $
; This is free software. You are permitted to use,
; redistribute, and modify it as specified
www.eeworm.com/read/420367/6288551
a51 startup.a51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-1999 Keil Elektronik GmbH and Keil Software, In
www.eeworm.com/read/360638/6296899
asm usbkbd.asm
TITLE USBKBD.ASM -- USB Keyboard Device Protocol Handler
;***************************************************************************;
;***********************************************************
www.eeworm.com/read/360638/6296914
asm usb.asm
TITLE USB.ASM -- USB Generic Protocol Handler
;***************************************************************************;
;**********************************************************************
www.eeworm.com/read/322905/6301319
s bootsect.s
!
! SYS_SIZE is the number of clicks (16 bytes) to be loaded.
! 0x7F00 is 0x7F000 bytes = 508kB, more than enough for current
! versions of linux which compress the kernel
!
#include
www.eeworm.com/read/310703/6306515
s setup.s
!
! setup.s (C) 1991 Linus Torvalds
!
! setup.s is responsible for getting the system data from the BIOS,
! and putting them into the appropriate places in system memory.
! both setup.s and system ha
www.eeworm.com/read/310703/6306516
s head.s
/*
* linux/boot/head.s
*
* (C) 1991 Linus Torvalds
*/
/*
* head.s contains the 32-bit startup code.
*
* NOTE!!! Startup happens at absolute address 0x00000000, which is also where
* the p