代码搜索:MOV模块

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

代码结果 10,000
www.eeworm.com/read/340289/12167672

asm prog43.asm

; FullRTOS - Digital Clock/Thermometer using FullRTOS ; ; ; This Application implements a Real Time Clock and Thermometer, ; outputting the data onto an LCD Display and updating the clock
www.eeworm.com/read/340289/12167699

asm prog22.asm

; PROG22 - Reset ; ; This Application checks to see if the 8051 had been reset by ; checking the first four memory locations and if they are set ; to R0 = 0AAh, R1 = 055h, R2 = 0F0h and R3 =
www.eeworm.com/read/340289/12167768

asm prog8a.asm

; PROG8A - Using the Bank Registers as Indexes into External Memory ; ; This Program Uses R0 as an 8 Bit Index Register to Access Scratchpad RAM. ; ; This program will run in the UMPS simulator
www.eeworm.com/read/151610/12187581

a51 startup.a51

;------------------------------------------------------------------------------ ; This file is part of the C-51 Compiler package ; Copyright KEIL ELEKTRONIK GmbH 1990 ;---------------------------
www.eeworm.com/read/339500/12228368

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/252909/12255445

a51 startup.a51

;-------------------------------------------------------------------------- $include (fx2regs.inc) $include (fx2_intvec.inc) ; include re-allocated HW interrupt vector loader ; ; Us
www.eeworm.com/read/339063/12264055

cpp test2.cpp

// test2.cpp : Defines the entry point for the console application. // #include "stdafx.h" #define a esi #define b edi #define c edx #define d ebx #define tmp1 eax #define tmp2 ecx #def
www.eeworm.com/read/339051/12265175

s stopwatc.s

; Stopwatch primitives - used in sw.c ; Copyright 1991 Phil Karn, KA9Q include asmglobal.h public stopval,swstart .CODE dbase dw @Data ; start the interval timer swstart proc far push a
www.eeworm.com/read/252715/12266304

c os_cpu_c.c

/* ********************************************************************************************************* * uC/OS-II *
www.eeworm.com/read/252715/12266373

src os_cpu_a.src

#line 1 "c:\software\ucos-ii\c167\tasking\source\os_cpu_a.asm" ;******************************************************************************************************** ;