代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/443074/7638482
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/442758/7645210
asm ejem_2.asm
;
; EJEMPLO 2
; Autor: Mikel Etxebarria
; (c) Ingenier韆 de Microsistemas Programados S.L.
; www.microcontroladores.com
; Bilbao 2006
;
;
;Control de los leds conectad
www.eeworm.com/read/442066/7660486
asm 74c922.asm
ORG 0000H
START: MOV P1,#0FFH
SETB P3.3
LOOP: JNB P3.3,LOOP
MOV A,P1
SWAP A
ORL A,#0F0H
MOV P1,A
RELEASE:JB P3.3,RELEASE
JMP LOOP
END
www.eeworm.com/read/441678/7666774
asm ch8_dlsp_8.asm
程序范例:DlSP_8.ASM
ORG 0000H
START MOV R1,#00H
$1 DJNZ R1,$1
MOV SP,#50H
;
LOOP MOV A,#3FH ;累加器存入'00111111B'的Data,显示值为数字0
www.eeworm.com/read/441678/7666776
asm ch8_key.asm
程序范例:KEY.ASM
ORG 0000H
;
MOV R2,#00H ;设置R2为计数寄存区并清为0
LOOP MOV P3,#FFH ;设置P3为输入端口
$ JB P3.7,$ ;当按键输入时,离开循环执行下面的程序
www.eeworm.com/read/441678/7666781
asm ch1_prog0-2.asm
Prog0-2.asm程序
ORG 0000H
MOV R0,#00H
DJNZ R0,$
START MOV SP,#50H
LOOP MOV P3,#00H
CALL DELAY
MOV P3,#FFH
CALL DELAY
SJMP LOOP
;
DELAY MOV R0,#00H
$1 MOV R1,#00H
$2
www.eeworm.com/read/440644/7684900
m c6_pllsim.m
% File: pll2sin.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wirele
www.eeworm.com/read/440591/7686987
htm search_sort.htm
{subtemplate header}
$bbname » {lang search_info}