代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/137612/13308872
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/137489/13320226
s mbr.s
; mbr.S -- Master Boot Record to boot first partition marked active
;
; Copyright 2002 John Coffman.
; All rights reserved.
;
; Licensed under the terms contained in the file 'COPYING' in the
; sour
www.eeworm.com/read/323663/13328402
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/323638/13331415
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/323638/13331470
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/137277/13335482
asm criterr.asm
;*****************************************************************************
;*
;* Open Watcom Project
;*
;* Portions Copyright (c) 1983-2002 Sybase, Inc. All Right
www.eeworm.com/read/137277/13335560
h pragmas.h
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/137022/13347616
s stopwatc.s
; Stopwatch primitives - used in sw.c
include asmglobal.h
public stopval,swstart
.CODE
dbase dw @Data
; start the interval timer
swstart proc far
push ax
; send the mode word to the 825
www.eeworm.com/read/136959/13351169
asm cpuid.asm
; cpuid.asm
;
; This module contains a C callable routine which returns a 16-bit
; integer (in AX) which indicates the type of CPU on which the
; program is running. The low eight bits (AL) contain a
www.eeworm.com/read/321373/13407988
asm 1602.asm
RS EQU P2.7
RW EQU P2.6
E EQU P2.5
ORG 0000H
AJMP START
ORG 0033H
START: MOV SP,#60H
MAIN: LCALL DELAY
MOV P0,#01H
LCALL ENABLE
MOV P0,#38H
LCALL ENABLE
MOV P0,#0FH
LCALL