代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/307265/13724846
txt 15.3.3算术均值滤波.txt
FILTER4:
MOV R6,#40H
MOV R2,#00H
MOV R3,#00H
MOV A,COUNT
PUSH ACC
MOV R0,#DATA
LOOP:
MOV 36H,R6
MOV 37H,R2
MOV 38H,R3
MOV A,@R0
MOV R3,A
INC R0
MOV R1,#MED1
CLR 3AH
www.eeworm.com/read/307265/13724946
txt 6.1.3双字节无符号数据块排序.txt
COUNT: EQU 03H
TABLE: DEFB 01H,20H,50H,3AH,2BH,E5H
DSRT:
MOV R6,#00H
MOV R7,#COVNT
DEC R1
MOV R0,#TAB
MOV R1,#23H
LOOP:
MOV 2AH,@R0
INC R0
MOV 2BH,@R0
MOV 2CH,@R1
INC R
www.eeworm.com/read/307265/13724970
txt 10.1.3 8279键盘接口.txt
START:
MOV DPTR,# 7FFFH
MOV A,#0Dl H
MOVX DPTR,A
WAIT:
MOVX A,@DPTR
JB ACC. 7,WAIT
MOV A,#2AH
MOVX DPTR,A
MOV A,#00H
MOVX DPTR,A
MOV R0,#30H
MOV
www.eeworm.com/read/307265/13724978
txt 10.1.5键盘扫描.txt
PORT1 EQU P0
PORT2 EQU P2
ORG 0H
JMP MAIN
ORG 30H
MAIN:
MOV SP,#5FH
MOV PORT2,#0FFH
LOOP:
MOV R0,#4
MOV R1,#11101111B
MOV R2,#0FFH
NLINE:
MOV A,R1
MO
www.eeworm.com/read/307265/13724987
txt 3.3.2双字节乘法.txt
DBCDM:
MOV R2,#2
ADD A,R0
MOV R0,A
MOV R3,#0
LOOP:
DEC R0
MOV A,@R0
SWAP A
MOV @R0,A
MOV A,R3
XCHD A,@R0
MOV R3,A
DJNZ R2,LOOP
RET
www.eeworm.com/read/306993/13733628
asm mc-a.asm
;*****************************************************************************
;* mc.asm: h264 encoder library
;*****************************************************************************
;* Copyrig
www.eeworm.com/read/306793/13737630
c upulse.c
/*
* pulse.c
*
* Unix Version 2.4 by Steve Sampson, Public Domain, September 1988
*
* This program is used to generate time domain pulse data for fft.c.
*/
#include
#include
www.eeworm.com/read/306793/13737631
c sine.c
/*
* sine.c
*
* Version 2.6 by Steve Sampson, Public Domain, November 1988
*
* This program is used to generate time domain sinewave data
* for fft.c. If you want an opening target - negate the
www.eeworm.com/read/306793/13737636
c usine.c
/*
* sine.c
*
* Unix Version 2.4 by Steve Sampson, Public Domain, September 1988
*
* This program is used to generate time domain sinewave data
* for fft.c. If you want an opening target - nega
www.eeworm.com/read/305748/13761297
asm vectors.asm
;
; Copyright 2003 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant