代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/119473/14829797
asm xwpatch.asm
; XWPATCH.ASM
;
; Usage:
; XWPATCH - must be in same directory as XWING.EXE
;
; This program executes the XWING.EXE program and patches it to avoid
; having to enter the password every time you
www.eeworm.com/read/119473/14829801
asm delay18.asm
; Delay18.asm
;
; Software/Hardware based Delay Subroutine
.xlist
include stdlib.a
includelib stdlib.lib
.list
; PPI_B is the I/O address of the keyboard/speaker control
; port.
www.eeworm.com/read/119473/14829805
asm tracekbd.asm
.xlist
include stdlib.a
includelib stdlib.lib
.list
cseg segment para public 'code'
assume ds:nothing
; ScanCode must be in the Code segment.
ScanCode db 0
;***********
www.eeworm.com/read/119473/14829807
asm int16.asm
; INT16.ASM
;
; A short passive TSR that replaces the BIOS' int 16h handler.
; This routine demonstrates the function of each of the int 16h
; functions that a standard BIOS would provide.
;
; N
www.eeworm.com/read/119473/14829812
asm sgdi.asm
.286
page 58, 132
name SGDI
title SGDI Driver for Standard Game Adapter Card
subttl This Program is Public Domain Material.
; SGDI.EXE
;
; Usage:
; SDGI
;
; This program loads a
www.eeworm.com/read/119460/14830181
a51 nostart.a51
;------------------------------------------------------------------------------
; This file is part of the C-51 Compiler package
; Copyright (c) KEIL ELEKTRONIK and Franklin Software GmbH 1989-199
www.eeworm.com/read/119457/14830286
a51 startup.a51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright KEIL ELEKTRONIK GmbH 1990
;----------------------------
www.eeworm.com/read/119420/14830714
s head.s
/*
* head.S
*
* Copyright (C) 2001-2002 Hayden Luo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
www.eeworm.com/read/118641/14860858
asm console.asm
;
; File:
; console.asm
; Description:
; Console device driver
;
; Copyright (c) 1998
; Pasquale J. Vil
www.eeworm.com/read/118641/14860905
asm procsupt.asm
;
; File:
; procsupt.asm
; Description:
; Assembly support routines for process handling, etc.
;
; Copyright (c) 1995,1998
;