代码搜索:MOV模块

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

代码结果 10,000
www.eeworm.com/read/196797/8060353

s rominit.s

/* romInit.s - vxWorks ixdp425 initialization module */ /* Copyright 2002 Wind River Systems, Inc. */ /* modification history -------------------- 01f,04apr03,m_h enable BTB 01e,30jan03,jb3 Fix SP
www.eeworm.com/read/397075/8069805

asm os51asm.asm

;******************************************************************************************************** ; uC/OS ;
www.eeworm.com/read/396643/8096835

asm boot.asm

.MODEL SMALL .CODE ORG 7c00h ;Because BIOS loades the OS at ; address 0:7C00h so ORG 7C00h ; makes that the refrence to date ; are with the right offset (7c00h). Progr
www.eeworm.com/read/295822/8138063

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/295723/8143398

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/146163/12667236

asm startup.asm

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

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/246953/12696279

a51 startup.a51

;------------------------------------------------------------------------------ ; This file is part of the C51 Compiler package ; Copyright 1995-1996 Keil Software, Inc. ;------------------------
www.eeworm.com/read/333167/12700156

asm main.asm

;----------------------------------------------------------------------------- ; Interop - Calling C Functions from Assembler ; ; This project will deminstrate how to call a C Function from Assembl
www.eeworm.com/read/333164/12700240

asm adcinc12int.asm

;;***************************************************************************** ;;***************************************************************************** ;; FILENAME: ADCINC12INT.asm ;; V