代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/120473/14802069
asm what.asm
TITLE WHAT
; Program WHAT.ASM
; Purpose Batch file enhancer
; Input Command line consisting of:
; Command letter (with optional E for extended)
; Optional prompt enclosed in do
www.eeworm.com/read/120207/14809800
asm commands.asm
page 78,132
title Commands for Monitor
.model small
.code
.data
InitSeg segment byte public
InitSeg ends
DGroup group _TEXT,_DATA,InitSeg
.data
extrn DsSave:word, CsSave:word,
www.eeworm.com/read/120207/14810078
asm vga24_2.asm
;----------------------------vga.asm--------------------------------
; Modified for CIRRUS bank set and rgb input values 12/30/92
;
; Title: vga.asm ren vga41.asm ren vga24.asm by Don Lewis
; D
www.eeworm.com/read/120203/14810970
asm exmem.asm
INCLUDE C:TITLE.MAC
.TITLE
.SBTTL History
; exmem.asm 20 Dec 83 Craig Milo Rogers at USC/ISI
; Added peek() and poke(), and variants.
; exmem.asm 15 N
www.eeworm.com/read/120203/14810971
asm lpt_pkg.asm
INCLUDE C:TITLE.MAC
.TITLE
.SBTTL
; lpt_pkg.asm 18 Nov 83 Craig Milo Rogers at USC/ISI
; Use int_pkg routines to set
www.eeworm.com/read/120089/14813044
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/119799/14821099
s suppasm.s
TTL Angel assembler support routines > suppasm.s
; ---------------------------------------------------------------------
; This source files holds the ge
www.eeworm.com/read/119631/14825180
a51 startup.a51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright KEIL ELEKTRONIK GmbH 1990
;----------------------------
www.eeworm.com/read/119473/14829500
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/119473/14829525
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