代码搜索:MOV模块

找到约 10,000 项符合「MOV模块」的源代码

代码结果 10,000
www.eeworm.com/read/186023/8965765

s boot.s

! ! boot.s ! ! boot.s is loaded at 0x7c00 by the bios-startup routines, and moves itself ! out of the way to address 0x90000, and jumps there. ! ! It then loads the system at 0x10000, using BIOS inter
www.eeworm.com/read/427166/8970757

s trig.s

/********************************************************************** * * * Software License Agreement
www.eeworm.com/read/427166/8970779

s clrkpark.s

/********************************************************************** * * * Software License Agreement
www.eeworm.com/read/185918/8973307

a51 startup.a51

;------------------------------------------------------------------------------ ; This file is part of the C51 Compiler package ; Copyright (c) 1988-1997 Keil Elektronik GmbH and Keil Software, In
www.eeworm.com/read/283598/9002585

txt linux内核原代码boot.s部分的注释.txt

linux内核原代码boot.s部分的注释 -------------------------------------------------------------------------------- 第八军团 时间:2004-1-23 15:48:23 boot.s   |   | boot.s is loaded at 0x7c00 by the bi
www.eeworm.com/read/283498/9015504

asm memory.asm

; MemFree ; ; MEMORY.ASM- memory manager code for the standard library. ; ; ; The following segment declaration lets me define a word variable at ; offset zero, which is necessary to fool MASM 6
www.eeworm.com/read/283498/9015795

asm ins1stm.asm

; Need to include "lists.a" in order to get list structure definition. include lists.a extrn sl_malloc:far wp equ ;I'm a lazy typist ; Special case to handle MASM 6.0
www.eeworm.com/read/283498/9016130

asm ts.asm

;**************************************************************************** ; ; TS: A "Text Statistics" package which demonstrates the use of the UCR ; Standard Library Package. ; ; Note: The
www.eeworm.com/read/283498/9016211

asm proj5_2.asm

; Project #2, Chapter five ; ; AMAZE.ASM ; ; A maze generation/solution program. ; ; This program generates an 80x25 maze and directly draws the maze on the ; video display. ; ; You need to s
www.eeworm.com/read/283498/9016311

asm minmax.asm

; This program demonstrates how to compute the minimum and maximum values ; for an array of signed integers using the bound instruction .xlist .286 include stdlib.a inclu