代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/124582/14558192
s43 fet140_adc12_03.s43
#include "msp430x14x.h" // Standard Equations
;******************************************************************************
; MSP-FET430P140 Demo - ADC12, Extend Sampling Period With SH
www.eeworm.com/read/124582/14558203
s43 fet140_adc12_05.s43
#include "msp430x14x.h" // Standard Equations
;******************************************************************************
; MSP-FET430P140 Demo - ADC12, Repeated Sequence of Conversio
www.eeworm.com/read/124582/14558210
s43 fet140_adc12_01.s43
#include "msp430x14x.h" // Standard Equations
;******************************************************************************
; MSP-FET430P140 Demo - ADC12, Using 10 External Channels of
www.eeworm.com/read/224827/14566883
asm strstack.asm
; STRSTACK.ASM
; (c) 1989, 1990 Ashok P. Nadkarni
;
; Functions to implement the string stack object for CMDEDIT. Small Model only.
;
INCLUDE common.inc
INCLUDE general.inc
STRSTACK_ASM EQU
www.eeworm.com/read/224827/14566886
asm cmdedit.asm
;
; CMDEDIT.ASM
;(c) 1989, 1990 PC Magazine and Ashok P. Nadkarni
;
SIGNATURE1 equ
SIGNATURE2 equ
SIGNATURE3 equ
www.eeworm.com/read/124442/14567305
s bootsect.s
!
! SYS_SIZE is the number of clicks (16 bytes) to be loaded.
! 0x7F00 is 0x7F000 bytes = 508kB, more than enough for current
! versions of linux which compress the kernel
!
#include
www.eeworm.com/read/124417/14568725
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/224362/14595575
c bin2bcd32.c
//--------------------------------------------------------------------------
//
// Software for MSP430 based e-meters.
//
// THIS PROGRAM IS PROVIDED "AS IS". TI MAKES NO WARRANTIES OR
// REPR
www.eeworm.com/read/223823/14616425
asm mt86+_loader.asm
; A loader for www.Memtest86.com images, by Eric Auer 2003.
; This assumes that the image starts with the boot sector,
; which has the size of setup.S in sectors in a byte at offset
; 1f1h (497). Furt
www.eeworm.com/read/123658/14617146
asm lib1funcs.asm
@ libgcc1 routines for ARM cpu.
@ Division and remainder, from Appendix E of the Sparc Version 8
@ Architecture Manual, with fixes from Gordon Irlam.
@ Rewritten for the ARM by Richard Earnshaw (rwe@p