代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/421154/10752790
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/350000/10777443
asm os_cpu_a.asm
;********************************************************************************************************
; uC/OS-II
;
www.eeworm.com/read/349754/10801125
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/349314/10836206
s43 msp430x24x_adc12_08.s43
;*******************************************************************************
; MSP430x24x Demo - ADC12, Using 10 External Channels for Conversion
;
; This example shows how to perform A/D c
www.eeworm.com/read/349314/10836408
s43 msp430x24x_adc12_02.s43
;*******************************************************************************
; MSP430x24x Demo - ADC12, Using the Internal Reference
;
; This example shows how to use the internal reference
www.eeworm.com/read/348704/10873945
asm os51asm.asm
;********************************************************************************************************
; uC/OS
;
www.eeworm.com/read/273254/10922095
txt smsc47b397.txt
November 23, 2004
The following specification describes the SMSC LPC47B397-NC sensor chip
(for which there is no public datasheet available). This document was
provided by Craig Kelly (In-Store Broa
www.eeworm.com/read/273025/10931086
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/273025/10931088
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