代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/155850/11843804
asm m3t2.asm
;FILE: M3T2.ASM
;
;THIS PROGRAM TRANSMITS THE HEX VALUE AA REPETITIVELY ACCROSS THE SERIAL PORT
;OF A MCS-51 IN MODE 3 USING TIMER 2 AS A BAUD RATE GENERATOR TO
;GENERATE A BAUD RATE OF 2400 BAUD
www.eeworm.com/read/155696/11853172
asm autobaud.asm
;
;****************************************************************************
;
; Purpose:
; Automatically Detect The Baud Rate On The Serial Port
;
; Date:
; 02/03/95
;
; Author:
; Joh
www.eeworm.com/read/258512/11858733
a51 startup.a51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-1999 Keil Elektronik GmbH and Keil Software, In
www.eeworm.com/read/155305/11885718
asm entry.asm
;
; My os startup code
; Copyright 2004-1-12
; By YaoSiHai
;
.586p
P_GDT_START equ 30000h
P_IDT_START equ 50000h
P_LDT_START equ 00000h
NULL_AREA EQU -1
LOADER_ESP_TOP equ 2ffff0h
www.eeworm.com/read/155172/11891895
a51 startu32.a51
$NOMOD51
;------------------------------------------------------------------------------
; Startu32.a51
;
; Version:
; September 2004 Version 0.7 - Removed code that disables the DDC SRAM as i
www.eeworm.com/read/154977/11908495
asm tic41go.asm
;File: tic41go.a51
;Author: Eckart Hartmann Date:15/10/2003
;Development progress: Tic841.df
;
;TicGo==========Set and start timer.
;C Function prototype: char TicGo(char cHr, char cMin, char cSe
www.eeworm.com/read/154977/11908529
asm adc41go.asm
;File: adc41go.a51
;Author: Eckart Hartmann Date:05/10/2003
; Development progress: Adc841.df
;
;AdcGo==========Start conversion(s).
;C Function prototype: char AdcGo(char cChan, char cMode);
;
www.eeworm.com/read/154977/11908560
asm urt41bsy.asm
;File: urt41bsy.a51
;Author: Eckart Hartmann Date:15/10/2003
;Development progress: Urt834.df
;
;urtbsy==========Configure UART and baudrate.
;C Function prototype: char UrtBsy(void);
;Descripti
www.eeworm.com/read/154958/11909739
s uc_zsp_s.s
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! MODULE HEADER !!!!!!!!!
!
! PROCESS NAME: KERNEL
!
!
! FILENAME:
!
! UC_ZSP_S.S
!
! DESCRIPTION
! --
www.eeworm.com/read/257775/11912609
lst os-task-sem.lst
__start:
__text_start:
0010 E5CF LDI R28,0x5F
0011 E0D2 LDI R29,2
0012 BFCD OUT P3D,R28
0013 BFDE OUT P3E,R29
0014 51C0 SUBI R28,0x10
0015 40D0