代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/423958/10515742
asm serial to parallel.asm
ORG 00H
AJMP START
START: MOV SCON,#0
MOV 30H,#01H ;8字节待传输数据
MOV 31H,#02H
MOV 32H,#04H
MOV 33H,#08H
MOV 34H,#16
MOV 35H,#32
MOV 36H,#64
MOV 3
www.eeworm.com/read/423958/10518812
lst port1 (1).lst
A51 MACRO ASSEMBLER PORT1__1_ 07/23/2006 10:56:20 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Port1 (1).OBJ
ASSEMBLE
www.eeworm.com/read/423958/10519043
lst audio.lst
A51 MACRO ASSEMBLER AUDIO 07/26/2006 22:10:19 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Audio.OBJ
ASSEMBLER IN
www.eeworm.com/read/423958/10519290
asm serial to parallel.asm
ORG 00H
AJMP START
START: MOV SCON,#0
MOV 30H,#01H ;8字节待传输数据
MOV 31H,#02H
MOV 32H,#04H
MOV 33H,#08H
MOV 34H,#16
MOV 35H,#32
MOV 36H,#64
MOV 3
www.eeworm.com/read/160294/10544880
lst movexa.lst
A51 MACRO ASSEMBLER MOVEXA 04/06/2006 08:20:57 PAGE 1
MACRO ASSEMBLER A51 V7.01
OBJECT MODULE PLACED IN movexa.OBJ
ASSEMBLER I
www.eeworm.com/read/352501/10545433
c adaptive.c
/*Adaptive filtering using the least mean square adaptation */
#include
#include
#include
#include
#include
void initial_graphics (void);
f
www.eeworm.com/read/352501/10546125
asm vectors_11.asm
*Vectors_11.asm Vector file for interrupt-driven program
.ref _c_int11 ;ISR used in C program
.ref _c_int00 ;entry address
.sect "vectors" ;section for vectors
RESET_R
www.eeworm.com/read/352501/10546166
asm vectors_11.asm
*Vectors_11.asm Vector file for interrupt-driven program
.ref _c_int11 ;ISR used in C program
.ref _c_int00 ;entry address
.sect "vectors" ;section for vectors
RESET_R
www.eeworm.com/read/352501/10546768
asm vectors_11.asm
*Vectors_11.asm Vector file for interrupt-driven program
.ref _c_int11 ;ISR used in C program
.ref _c_int00 ;entry address
.sect "vectors" ;section for vectors
RESET_R
www.eeworm.com/read/352500/10546948
asm example 5-8.asm
; Example 5 - 8. FIR Filter Implementation ASM Listing for the TMS320C62x DSP
* ========================================================================= *
*