代码搜索:MOV模块

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

代码结果 10,000
www.eeworm.com/read/347239/11680640

asm isp_test.asm

;LPC9xx family boot program for IN-SYSTEM PROGRAMMING ; ;copyright Philips Semiconductors 2003, 2004 ;FILENAME: LPC2_ISP_8K_V04.TXT ;CODE TYPE: ISP ;VERSION: 04 ;RELEAS
www.eeworm.com/read/346282/11756872

1 4.4.1

BCDHEX: MOV B,#10H DIV AB MOV R4,B MOV B,#10 MUL AB ADD A,R4 RET
www.eeworm.com/read/156735/11780489

s setup.s

! ! setup.s (C) 1991 Linus Torvalds ! ! setup.s is responsible for getting the system data from the BIOS, ! and putting them into the appropriate places in system memory. ! both setup.s and system ha
www.eeworm.com/read/156735/11780494

s head.s

/* * linux/boot/head.s * * (C) 1991 Linus Torvalds */ /* * head.s contains the 32-bit startup code. * * NOTE!!! Startup happens at absolute address 0x00000000, which is also where * the p
www.eeworm.com/read/259399/11795589

pl md5-586.pl

#!/usr/local/bin/perl # Normal is the # md5_block_x86(MD5_CTX *c, ULONG *X); # version, non-normal is the # md5_block_x86(MD5_CTX *c, ULONG *X,int blocks); $normal=0; push(@INC,"perlasm","../../per
www.eeworm.com/read/259311/11808381

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/156295/11814167

asm usbhidio.asm

;Filename: usbhidio.asm ;Version: 1.3 ;Date: 11/5/99 ;Copyright 1999 by Jan Axelson (jan@lvr.com) ; ;Chip: Cypress Semiconductor CY7C63001 USB Microcontroller ;Assembler: cyasm.exe ;Purpose: de
www.eeworm.com/read/345247/11824409

a51 startup.a51

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

txt 4.4.1单字节整数转换.txt

BCDHEX: MOV B,#10H DIV AB MOV R4,B MOV B,#10 MUL AB ADD A,R4 RET
www.eeworm.com/read/345059/11841982

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