代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/467126/7018080
s43 fet140_tb_14.s43
;******************************************************************************
; MSP-FET430P140 Demo - Timer_B, PWM TB1-2, Up/Down Mode, 32kHz ACLK
;
; Description: This program generates two
www.eeworm.com/read/467126/7018096
s43 fet140_adc12_06.s43
;******************************************************************************
; MSP-FET430P140 Demo - ADC12, Repeated Sequence of Conversions
;
; Description: This program will show how to pe
www.eeworm.com/read/467126/7018146
s43 fet140_adc12_04.s43
;******************************************************************************
; MSP-FET430P140 Demo - ADC12, Extend Sampling Period with SHT Bits
;
; Description: This program shows how to ex
www.eeworm.com/read/467126/7018193
s43 fet140_adc12_08.s43
;******************************************************************************
; MSP-FET430P140 Demo - ADC12, Using 10 External Channels for Conversion
;
; Description: This program will show
www.eeworm.com/read/467157/7019270
s bbu_fat.s
;*******************************************************************************
;
; COPYRIGHT (C) 2007 Marvell International Ltd. All Rights Reserved.
;
; The information in this file is fu
www.eeworm.com/read/467157/7019276
s bbu_uart.s
;
;*********************************************************************************
;
; COPYRIGHT (C) 2006-2007 Marvell International Ltd. All Rights Reserved.
;
; The information in this
www.eeworm.com/read/466749/7032145
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/466057/7043619
asm hexbcd.asm
$MOD51
; 2 BYTE HEX TO 5 DIGITS BCD
;----------------------------------------------------------------------------------------
; Author: Slobodan Mandaric, Serbia & Montenegro
; June 3rd, 2005.
;
www.eeworm.com/read/466057/7043658
asm baud.asm
;
;****************************************************************************
;
; Purpose:
; Automatically Detect The Baud Rate On The Serial Port
;
; Date:
; 02/03/95
;
; Author:
; Joh
www.eeworm.com/read/465763/7045218
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